Skip to content

Commit 156e4fb

Browse files
authored
docs: Update README.md
1 parent 5ceff1b commit 156e4fb

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
@@ -13,7 +13,7 @@ Multi-arch bindings for [@huggingface/tokenizers](https://github.com/huggingface
1313
npm install @anush008/tokenizers
1414
```
1515

16-
## Main features
16+
## Features
1717

1818
- Train new vocabularies and tokenize using 4 pre-made tokenizers (Bert WordPiece and the 3
1919
most common BPE versions).
@@ -29,7 +29,7 @@ npm install @anush008/tokenizers
2929
## Basic example
3030

3131
```ts
32-
import { Tokenizer } from "tokenizers";
32+
import { Tokenizer } from "@anush008/tokenizers";
3333

3434
const tokenizer = await Tokenizer.fromFile("tokenizer.json");
3535
const wpEncoded = await tokenizer.encode("Who is John?");

0 commit comments

Comments
 (0)