Skip to content

Commit 1b42bf9

Browse files
committed
Specify python version in bench/README.md's local server instructions
1 parent a5d77d8 commit 1b42bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Run a local webserver from the root of the repository:
1010

1111
```
1212
$ cd source-map/
13-
$ python -m SimpleHTTPServer
13+
$ python2 -m SimpleHTTPServer # or `python3 -m http.server`
1414
```
1515

1616
Open

0 commit comments

Comments
 (0)