diff --git a/docs/README.md b/docs/README.md index 9b164017d0419..46488c9bb0b92 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,14 +4,14 @@ ```bash # Install dependencies. -pip -r requirements-docs.txt +pip install -r requirements-docs.txt # Build the docs. make clean make html ``` -## Open the docs with your brower +## Open the docs with your browser ```bash python -m http.server -d build/html/