From fdb01e00336767d7ed5cc13adb63cfd2749fe032 Mon Sep 17 00:00:00 2001 From: Vojtech Novak Date: Sat, 8 Feb 2025 14:59:48 +0100 Subject: [PATCH] docs: fewer words (#54) --- docs/install.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.mdx b/docs/install.mdx index 771e6aa..11baa0a 100644 --- a/docs/install.mdx +++ b/docs/install.mdx @@ -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'; @@ -85,7 +85,7 @@ import TabItem from '@theme/TabItem'; -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