Skip to content

Commit fdb01e0

Browse files
authored
docs: fewer words (#54)
1 parent 3f41b3b commit fdb01e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The private npm package is like any other, but it's hosted on the [GitHub npm pa
5353

5454
1. [Obtain here](https://github.com/settings/tokens/new?description=react-native-google-sign-in&scopes=read:packages) a Personal Access Token with `packages:read` permission.
5555

56-
2. Set up your package manager so that it fetches the package from the GH packages registry instead of the public registry. In this example, we're using an `NPM_TOKEN_GOOGLE_SIGN_IN` environment variable.
56+
2. Set up your package manager to fetch the package from the GH packages registry. In this example, we're using an `NPM_TOKEN_GOOGLE_SIGN_IN` environment variable.
5757

5858
import Tabs from '@theme/Tabs';
5959
import TabItem from '@theme/TabItem';
@@ -85,7 +85,7 @@ import TabItem from '@theme/TabItem';
8585

8686
</Tabs>
8787

88-
If you use another package manager ([such as Bun](https://bun.sh/docs/install/registries)), refer to its documentation on how to set up a custom registry.
88+
If you use another package manager ([such as Bun](https://bun.sh/docs/install/registries)), refer to its documentation setting up a custom registry.
8989

9090
## Installing
9191

0 commit comments

Comments
 (0)