readme typo

This commit is contained in:
Lucy Cifferello
2021-04-14 15:00:17 -06:00
parent 784c82fc4b
commit 695e2059bb

View File

@@ -24,7 +24,7 @@ pip3 install sphinx-book-theme || pip install git+https://github.com/executableb
Run: `sphinx-autobuild source build/html` to activate a live-reload environment on `localhost:8000`.
To run in development mode when actively changing js/css files run: `sphinx-autobuild source build/html source/_static/js/main.js source/_static/default.css`. this will auto-load with changes to noted files.
To run in development mode when actively changing js/css files run: `sphinx-autobuild source build/html source/_static/js/main.js source/_static/default.css`. This will auto reload with changes to noted files.
The main configuration file for this project is located at `./source/conf.py`.