Browse Source

Merge pull request #907 from apenney/typo

Fix a small typo.
Daniel Nephin 11 năm trước cách đây
mục cha
commit
eabca3d7b7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/index.md

+ 1 - 1
docs/index.md

@@ -21,7 +21,7 @@ reproduced anywhere:
 
     FROM python:2.7
     WORKDIR /code
-    ADD rements.txt /code/
+    ADD requirements.txt /code/
     RUN pip install -r requirements.txt
     ADD . /code