Skip to content

Commit c35fc1a

Browse files
committed
[docs] Updated Readme
1 parent d07ec14 commit c35fc1a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ A modern async text tokenizer, for the modern web. [Demo](https://codepen.io/ash
1919
- Hooks and callbacks included.
2020
- Support for IME locales like (Hiragana, Kenji etc.)
2121

22+
## Articles
23+
24+
- [Supercharge your search bar with visual tokens!](https://medium.com/@ashishshubham/supercharge-your-search-with-tokenization-32321a87f309)
25+
2226
## Usage
2327
```html
2428
<div id="input" contenteditable></div>
@@ -119,7 +123,7 @@ tokenizer.getNumTokens() // 4
119123
tokenizer.selectNodeByIdx(idx: number);
120124
```
121125

122-
### DisplayToken
126+
## DisplayToken
123127

124128
This is a structure which represents a token. Its an object
125129
with these properties:

0 commit comments

Comments
 (0)