From 4d7c84b459c6e927311e70366c7d684fd3718a6c Mon Sep 17 00:00:00 2001 From: mityax <18172993+mityax@users.noreply.github.com> Date: Sat, 26 Mar 2022 22:44:17 +0530 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74ac95e4..52e49cea 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ about this topic. - [pyo3-log](https://github.com/vorner/pyo3-log) _Bridge from Rust to Python logging_ - [pythonize](https://github.com/davidhewitt/pythonize) _Serde serializer for converting Rust objects to JSON-compatible Python objects_ - [pyo3-asyncio](https://github.com/awestlake87/pyo3-asyncio) _Utilities for working with Python's Asyncio library and async functions_ -- [rustimport](https://github.com/mityax/rustimport) _Directly import Rust files or crates from Python, without manual compilation steps. Provides pyo3 integration by default and generates pyo3 binding code automaically._ +- [rustimport](https://github.com/mityax/rustimport) _Directly import Rust files or crates from Python, without manual compilation step. Provides pyo3 integration by default and generates pyo3 binding code automatically._ ## Examples