summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortbeu <tbeu@users.noreply.github.com>2015-03-22 21:35:21 +0100
committertbeu <tbeu@users.noreply.github.com>2015-03-22 21:35:21 +0100
commit734cb71dac66b9760cd9704667df92d0a097c1a1 (patch)
treed26c4d8aa2e8a9e0c73871ff2544e3c6be202e2a
parentb7806a6e6eceb13153df6907b744af3be0e1075e (diff)
downloadmsgpack-python-734cb71dac66b9760cd9704667df92d0a097c1a1.tar.gz
Update README.rst
Fix typo
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 8cee306..ba2c1b5 100644
--- a/README.rst
+++ b/README.rst
@@ -37,7 +37,7 @@ Windows
When you can't use binary distribution, you need to install Visual Studio
or Windows SDK on Windows. (NOTE: Visual C++ Express 2010 doesn't support
-amd64. Windows SDK is recommanded way to build amd64 msgpack without any fee.)
+amd64. Windows SDK is recommended way to build amd64 msgpack without any fee.)
Without extension, using pure python implementation on CPython runs slowly.