Skip to content

Commit c88c405

Browse files
authored
Fix errors
1 parent d295fce commit c88c405

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Online Python 2.7 Programming with Live Pylint Syntax Checking!
99
###Usage
1010
1) Fetch from repo:
1111
```
12-
git clone https://github.com/ethanchewy/PythonBuddy.git
12+
git clone https://github.com/ethanchewy/OnlinePythonLinterSyntaxChecker.git
1313
```
1414
2) Change to directory
1515
```
@@ -29,7 +29,7 @@ Online Python 2.7 Programming with Live Pylint Syntax Checking!
2929
```
3030
5) Set FLASK_APP variable:
3131
```
32-
export FLASK_APP = app.py
32+
export FLASK_APP=app.py
3333
```
3434
6) Run flask app:
3535
```

0 commit comments

Comments
 (0)