Skip to content

Commit

Permalink
Merge pull request #103 from nnsW3/docs-fix-spelling-issues
Browse files Browse the repository at this point in the history
[Update] README.md
  • Loading branch information
SoYoung210 authored Jan 16, 2025
2 parents 6328a56 + b7674b2 commit 25324d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Also you will need Node.js 20+.

1 . Create a personal access token: [github.com/settings/tokens](https://github.com/settings/tokens).

2 . Create an `.npmrc` file in the root of your project and add the following, replacing `NPM_TOKEN` with your access token:
2 . Create a `.npmrc` file in the root of your project and add the following, replacing `NPM_TOKEN` with your access token:

```bash
//npm.pkg.github.com/:_authToken=NPM_TOKEN
@storyprotocol/storykit:registry=https://npm.pkg.github.com
```

The first line authenticates you with the github package registry, the second line tells npm to use the Storykit package from the github registry.
The first line authenticates you with the GitHub package registry, the second line tells npm to use the Storykit package from the GitHub registry.

3 . Add `.npmrc` to your `.gitignore` to keep your access token private.

Expand Down

0 comments on commit 25324d0

Please sign in to comment.