diff --git a/README b/README index d5d5f8f..8fcb432 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ Just import pipimport and call install(): >>> pipimport.install() Now you can normally import modules that are not currently installed. -Pipimport will call pip (form your virtualenv) and install it before importing. +Pipimport will call pip (from your virtualenv) and install it before importing. >>> import unipath Will install module unipath