diff options
author | Sergey Stankevich <stankevich@users.noreply.github.com> | 2014-05-20 15:04:22 -0400 |
---|---|---|
committer | Sergey Stankevich <stankevich@users.noreply.github.com> | 2014-05-20 15:04:22 -0400 |
commit | bec064918bc4c0916d41c3623f7c4db5723ea6cf (patch) | |
tree | 7d6f0f60dd7c1f05a0c005d8be6380e0d73549dc | |
parent | 79b045cc90687feab374840c4448c4484931e3da (diff) | |
parent | 4b06f6e9a88e8fab01de377875ba78e442827b77 (diff) |
Merge pull request #85 from kracekumar/patch-1
Fixed several spelling mistake
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ Puppet module for installing and managing python, pip, virtualenvs and Gunicorn Version 1.1.x makes several fundamental changes to the core of this module, adding some additional features, improving performance and making operations more robust in general. -Please note that everal changes have been made in v1.1.x which make manifests incompatible with the previous version. However, modifying your manifests to suit is trivial. Please see the notes below. +Please note that several changes have been made in v1.1.x which make manifests incompatible with the previous version. However, modifying your manifests to suit is trivial. Please see the notes below. Currently, the changes you need to make are as follows: |