From 31a464f15d236bb78712c32cf604ead50a6ef33c Mon Sep 17 00:00:00 2001 From: demfier Date: Wed, 18 Oct 2017 22:44:21 +0530 Subject: [PATCH] Minor README enhancement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e8b20ab..edb0ee40 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ pip install pattern ``` If none of the above works, you can make Python aware of the module in three ways: -- Put the pattern folder in the same folder as your script. +- Put the pattern folder in the same location as your script. - Put the pattern folder in the standard location for modules so it is available to all scripts: * `c:\python26\Lib\site-packages\` (Windows), * `/Library/Python/2.6/site-packages/` (Mac OS X),