Skip to content

Commit 2629409

Browse files
authored
Update README.md
1 parent d8fdec0 commit 2629409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
./bootstrap.sh
33
```
44

5-
This will create a directory a [virtualenv](https://virtualenv.pypa.io/en/latest/) `env` directory.
5+
This will create a directory [virtualenv](https://virtualenv.pypa.io/en/latest/) `env` directory.
66

77
## Running local
88

@@ -27,4 +27,4 @@ To run the application in docker, first build then run:
2727
docker build -t <tag-name> .
2828
docker run -d --name mycontainer -p 80:80 <tag-name>
2929
http://127.0.0.1/redoc
30-
```
30+
```

0 commit comments

Comments
 (0)