From 2b929b983a17dd7e050ad8e192ebd8c373c2d108 Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Tue, 29 Oct 2019 10:41:01 -0400 Subject: [PATCH] Fix typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5301a14..f814680 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Insure the following dependencies are in place: 1. Build the rust crate first: `cargo build` 1. Install dependencies and run in a virtualenv: `pipenv install && pipenv shell` -1. Create the Python package with: `manturin build` +1. Create the Python package with: `maturin build` 1. Run the tests: `pytest test.py` ## Documentation