From 695e2059bb80d137f7315a14c757749cf3956f76 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Wed, 14 Apr 2021 15:00:17 -0600 Subject: [PATCH] readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3dabd7..8966c3b 100644 --- a/README.md +++ b/README.md @@ -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`.