Skip to content

Commit 0abb941

Browse files
docs(README): reorganize the Getting Started section
1 parent 966f443 commit 0abb941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ console.log( doc.tokens().out() );
9393
console.log( doc.tokens().out( its.type, as.freqTable ) );
9494
// -> [ [ 'word', 5 ], [ 'punctuation', 2 ], [ 'emoji', 1 ] ]
9595
```
96-
<sub>[Try the above code on RunKit](https://npm.runkit.com/wink-nlp)</sub><br/>
96+
Experiment with the above code on [RunKit](https://npm.runkit.com/wink-nlp).
9797

98+
### Explore Further
9899
Dive into [winkNLP's concepts](https://winkjs.org/wink-nlp/getting-started.html) or head to **[winkNLP recipes](https://observablehq.com/collection/@winkjs/winknlp-recipes)** for common NLP tasks or just explore live [showcases](https://winkjs.org/showcase.html) to learn:
99100

100101
#### [Wikipedia Timeline](https://winkjs.org/showcase-timeline/)

0 commit comments

Comments
 (0)