Skip to content

Commit d456422

Browse files
committed
Fix typo
1 parent f6c7bda commit d456422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Setup virtualenv (optional)
44

5-
````bash
5+
```bash
66
python -m venv venv
77
. venv/bin/activate
88
```
@@ -12,7 +12,7 @@ Install dependencies
1212
```bash
1313
pip install -r requirements.txt
1414
npm install
15-
````
15+
```
1616

1717
Run migrations
1818

0 commit comments

Comments
 (0)