Skip to content

Commit 7866478

Browse files
committed
Fix the readme.
1 parent 6fede12 commit 7866478

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tokenizers/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,10 @@ fn main() -> Result<()> {
134134
**_Please note this behavior may evolve in the future_**
135135

136136
## Features
137-
**progressbar**: The progress bar visualization is enabled by default. It might be disabled if
137+
138+
- **progressbar**: The progress bar visualization is enabled by default. It might be disabled if
138139
compilation for certain targets is not supported by the [termios](https://crates.io/crates/termios)
139140
dependency of the [indicatif](https://crates.io/crates/indicatif) progress bar.
140-
**http**: This feature enables downloading the tokenizer via HTTP. It is disabled by default.
141+
142+
- **http**: This feature enables downloading the tokenizer via HTTP. It is disabled by default.
141143
With this feature enabled, `Tokenizer::from_pretrained` becomes accessible.

0 commit comments

Comments
 (0)