From 485aef4728cd9f7adeff03bcf1e7e58d1b4749ce Mon Sep 17 00:00:00 2001 From: Elon Must Date: Thu, 25 Mar 2021 23:43:52 +0300 Subject: [PATCH] fix word it is work right now --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58064be..284f93f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ python3 -m venv myenv $ source myenv/bin/activate # -- developement requirements file -$ pip install -r requirements.developement.txt +$ pip install -r requirements.development.txt # -- production requirements file $ pip install -r requirements.production.txt @@ -107,4 +107,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE.