summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKobus van Schoor <10784365+kobus-v-schoor@users.noreply.github.com>2017-12-09 13:05:20 +0200
committerGitHub <noreply@github.com>2017-12-09 13:05:20 +0200
commit423644d6d1697608f1d019751c566aaec5f328b5 (patch)
tree9dcfa4df823315a8eb8a9d8ed23b96d1f1082603
parenta60800c1a614a2964985eb614f2aa9082f148edf (diff)
downloadpython-magic-423644d6d1697608f1d019751c566aaec5f328b5.tar.gz
Fix typos in README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a3d5822..ed14644 100644
--- a/README.md
+++ b/README.md
@@ -61,10 +61,10 @@ Other sources:
### Windows
-You'll need DLLs for libmagic. @julian-r has uploaded a versoin of this project that includes binaries to pypi:
+You'll need DLLs for libmagic. @julian-r has uploaded a version of this project that includes binaries to pypi:
https://pypi.python.org/pypi/python-magic-bin/0.4.14
-Other sources of the libraries in the past have been [File for Windows](http://gnuwin32.sourceforge.net/packages/file.htm) . You will need to copy the file `magic` out of `[binary-zip]\share\misc`, and pass it's location to `Magic(magic_file=...)`.
+Other sources of the libraries in the past have been [File for Windows](http://gnuwin32.sourceforge.net/packages/file.htm) . You will need to copy the file `magic` out of `[binary-zip]\share\misc`, and pass its location to `Magic(magic_file=...)`.
If you are using a 64-bit build of python, you'll need 64-bit libmagic binaries which can be found here: https://github.com/pidydx/libmagicwin64. Newer version can be found here: https://github.com/nscaife/file-windows.