Skip to content

Commit 9b40d9b

Browse files
authored
docs: windows venv fix
1 parent e1fc471 commit 9b40d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Once that completes, also run this command from the same folder.
2020

2121
Windows
2222
```
23-
\venv\Scripts\activate.bat
23+
venv\Scripts\activate.bat
2424
```
2525

2626
macOS & Linux
@@ -46,4 +46,4 @@ Every time you want to check your work locally you can type that command, and it
4646

4747
### Previewing Your Work
4848

49-
You can preview your work by running `flask run` in the root of your fork and then visit`http://localhost:5000` in your browser.
49+
You can preview your work by running `flask run` in the root of your fork and then visit`http://localhost:5000` in your browser.

0 commit comments

Comments
 (0)