Skip to content

Commit

Permalink
docs: fewer words (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak authored Feb 8, 2025
1 parent 3f41b3b commit fdb01e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The private npm package is like any other, but it's hosted on the [GitHub npm pa

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.

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.
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.

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
Expand Down Expand Up @@ -85,7 +85,7 @@ import TabItem from '@theme/TabItem';

</Tabs>

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.
If you use another package manager ([such as Bun](https://bun.sh/docs/install/registries)), refer to its documentation setting up a custom registry.

## Installing

Expand Down

0 comments on commit fdb01e0

Please sign in to comment.