1
0
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:
Richard van der Hoff
2022-10-19 10:19:23 +01:00
committed by GitHub
parent 7ffdf17213
commit d548b04d06

View File

@@ -301,7 +301,7 @@ host the API reference from the source files like this:
```
$ yarn gendoc
$ cd .jsdoc
$ python -m SimpleHTTPServer 8005
$ python -m http.server 8005
```
Then visit ``http://localhost:8005`` to see the API docs.