diff --git a/README.md b/README.md index 91974b3af..5b712af7e 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ my-project    └── lib.rs ``` -When doing this also be sure to set the module name in your code to match the last part of module-name (don't include the package path): +When doing this also be sure to set the module name in your code to match the last part of `module-name` (don't include the package path): ``` #[pymodule]