We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fdec0 commit 2629409Copy full SHA for 2629409
README.md
@@ -2,7 +2,7 @@
2
./bootstrap.sh
3
```
4
5
-This will create a directory a [virtualenv](https://virtualenv.pypa.io/en/latest/) `env` directory.
+This will create a directory [virtualenv](https://virtualenv.pypa.io/en/latest/) `env` directory.
6
7
## Running local
8
@@ -27,4 +27,4 @@ To run the application in docker, first build then run:
27
docker build -t <tag-name> .
28
docker run -d --name mycontainer -p 80:80 <tag-name>
29
http://127.0.0.1/redoc
30
-```
+```
0 commit comments