Skip to content

Commit d8c9253

Browse files
committed
Update README
1 parent 01e5014 commit d8c9253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Link to the stylesheet in your HTML file:
2424

2525
Generate a [personal access token](https://github.com/settings/tokens) in your GitHub account with the `read:packages` scope. GitHub requires an auth token to download packages even if they are public.
2626

27-
Add an `.npmrc` file in the same directory as your `package.json` with the lines below. Replace `{NPM_TOKEN}` with the token you generated in the previous step.
27+
Add an `.npmrc` file in the same directory as your `package.json` with the lines below. Replace `${NPM_TOKEN}` with the token you generated in the previous step.
2828
```
2929
registry=https://registry.npmjs.org/
3030
@zigurous:registry=https://npm.pkg.github.com
31-
//npm.pkg.github.com/:_authToken={NPM_TOKEN}
31+
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
3232
```
3333

3434
Install the package using your preferred package manager:

0 commit comments

Comments
 (0)