Skip to content

Commit 8ecd7a5

Browse files
Update README.md (#6)
## Summary This pull request removes the installation instructions due to the fact that this package is not something we plan to publish under the name thats listed.
1 parent b975c6a commit 8ecd7a5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ Google ACM for react-native
44

55
## Installation
66

7-
```sh
8-
npm install react-native-google-acm
9-
```
7+
Coming soon.
108

119
## Usage
1210

1311

1412
```js
15-
import { signInWithGoogle } from 'react-native-google-acm';
13+
import { signInWithGoogle } from '@metamask/....';
1614

1715
// ...
1816
export default function App() {

0 commit comments

Comments
 (0)