Skip to content

Commit fa7f2a1

Browse files
authored
Update README.md
Update npm package publish location. Signed-off-by: Shengyu Fu <[email protected]>
1 parent 6a7beb4 commit fa7f2a1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tokenizer_ts/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@ This is a Typescript implementation of byte pair encoding(BPE) tokenizer for Ope
55

66
# How to use
77

8-
The npm package `@microsoft/tiktokenizer` is published in [GitHub Packages Registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry).
9-
To consume the package, add following to your .npmrc file:
10-
```
11-
@microsoft:registry=https://npm.pkg.github.com/
12-
//npm.pkg.github.com/:_authToken=<your_github_token>
13-
```
14-
8+
The npm package `@microsoft/tiktokenizer` is published in [NPMJS Packages Registry](https://www.npmjs.com/package/@microsoft/tiktokenizer).
159
Install the npm package in your project:
1610

1711
```bash

0 commit comments

Comments
 (0)