From d79639bf4ee148b1a6babef36ea8b54b16b10847 Mon Sep 17 00:00:00 2001 From: thatneat Date: Fri, 24 Apr 2015 20:00:25 -0800 Subject: [PATCH] typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 08effb8..caa3b8f 100644 --- a/README.rst +++ b/README.rst @@ -56,4 +56,4 @@ Why not pip freeze? - ``pip freeze`` only saves the packages that are installed with ``pip install`` in your environment. - pip freeze saves all packages in the environment including those that you don't use in your current project. (if you don't have virtualenv) -- and sometimes you just need to create requiremetns.txt for a new project without installing modules. +- and sometimes you just need to create requirements.txt for a new project without installing modules.