Skip to content

Commit

Permalink
Fixed example in docs, refs #4
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 10, 2023
1 parent 31921b5 commit 8050de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Add `--tokens` to either of these options to see a detailed breakdown of the tok
ttok Hello world --encode --tokens
```
```
[<Token 9906 (hello)>, <Token 1917 ( world)>]
[b'Hello', b' world']
```

## ttok --help
Expand Down

0 comments on commit 8050de4

Please sign in to comment.