From 6b5facb82a2c423617537cfe4109034f2aae83f8 Mon Sep 17 00:00:00 2001 From: Micaiah Parker Date: Mon, 26 Dec 2016 00:22:41 -0500 Subject: [PATCH] typo in windows example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb5d317..dbad46e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Installation - For Python 3.5: - clone this repository - - `pip install ./pyton_example` + - `pip install ./python_example` - For earlier versions of Python, including Python 2.7: Pybind11 requires a C++11 compliant compiler (i.e. Visual Studio 2015 on