diff --git a/README.md b/README.md index ffd227e3..52d523df 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

Build - + GitHub @@ -30,9 +30,9 @@ versatility. ## Bindings We provide bindings to the following languages (more to come!): - - [Rust](https://github.com/huggingface/tokenizers/tree/master/tokenizers) (Original implementation) - - [Python](https://github.com/huggingface/tokenizers/tree/master/bindings/python) - - [Node.js](https://github.com/huggingface/tokenizers/tree/master/bindings/node) + - [Rust](https://github.com/huggingface/tokenizers/tree/main/tokenizers) (Original implementation) + - [Python](https://github.com/huggingface/tokenizers/tree/main/bindings/python) + - [Node.js](https://github.com/huggingface/tokenizers/tree/main/bindings/node) - [Ruby](https://github.com/ankane/tokenizers-ruby) (Contributed by @ankane, external repo) ## Quick example using Python: