diff --git a/README.md b/README.md index 2e1a6167..394bd1ec 100644 --- a/README.md +++ b/README.md @@ -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._