Fix Typo
Fix Typo in README.md
This commit is contained in:
parent
d598cf440b
commit
21fe12d048
|
@ -116,7 +116,7 @@ fn main() -> PyResult<()> {
|
|||
|
||||
## Examples and tooling
|
||||
|
||||
* [examples/word-count](examples/word-count) _Counting the occurences of a word in a text file_
|
||||
* [examples/word-count](examples/word-count) _Counting the occurrences of a word in a text file_
|
||||
* [hyperjson](https://github.com/mre/hyperjson) _A hyper-fast Python module for reading/writing JSON data using Rust's serde-json_
|
||||
* [rust-numpy](https://github.com/rust-numpy/rust-numpy) _Rust binding of NumPy C-API_
|
||||
* [html-py-ever](https://github.com/PyO3/setuptools-rust/tree/master/html-py-ever) _Using [html5ever](https://github.com/servo/html5ever) through [kuchiki](https://github.com/kuchiki-rs/kuchiki) to speed up html parsing and css-selecting._
|
||||
|
|
Loading…
Reference in a new issue