diff --git a/README.md b/README.md index 8aadcbcf..c93d594b 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ fn hello(py: Python) -> PyResult<()> { Example library with python bindings: The following two files will build with `cargo build`, and will generate a python-compatible library. -On Mac OS, you will need to rename the output from \*.dynlib to \*.so. +On Mac OS, you will need to rename the output from \*.dylib to \*.so. On Windows, you will need to rename the output from \*.dll to \*.pyd. **`Cargo.toml`:**