You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-23 17:02:25 +03:00
README.md: fix jsdoc viewer incantation
SimpleHTTPServer was python 2.
This commit is contained in:
committed by
GitHub
parent
7ffdf17213
commit
d548b04d06
@@ -301,7 +301,7 @@ host the API reference from the source files like this:
|
|||||||
```
|
```
|
||||||
$ yarn gendoc
|
$ yarn gendoc
|
||||||
$ cd .jsdoc
|
$ cd .jsdoc
|
||||||
$ python -m SimpleHTTPServer 8005
|
$ python -m http.server 8005
|
||||||
```
|
```
|
||||||
|
|
||||||
Then visit ``http://localhost:8005`` to see the API docs.
|
Then visit ``http://localhost:8005`` to see the API docs.
|
||||||
|
|||||||
Reference in New Issue
Block a user