Skip to content

Commit 5763023

Browse files
authored
DOC: re-phrase web README.md ENG (#48720)
* update wording readme.md * refine http server instruction
1 parent 6745e44 commit 5763023

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ containing the settings to build the website. The website is generated with the
55
command `./pandas_web.py pandas`. See `./pandas_web.py --help` and the header of
66
the script for more information and options.
77

8-
After building the website, to navigate it, it is needed to access the web using
9-
an http server (a not open the local files with the browser, since the links and
8+
After building the website, a local http server is needed to access the built website (it is not possible to open the local files with the browser, since the links and
109
the image sources are absolute to where they are served from). The easiest way
1110
to run an http server locally is to run `python -m http.server` from the
1211
`web/build/` directory.

0 commit comments

Comments
 (0)