Skip to content

Commit bda2092

Browse files
committed
Sentence case
1 parent aa56a63 commit bda2092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ Before running the site locally, you need to have the following installed:
4949
2. **Create a Virtual Environment**: Run `virtualenv venv; source venv/bin/activate` in the root directory.
5050
3. **Install Dependencies**: Install required Python packages with `pip3 install -r requirements.txt`.
5151

52-
### Running the Website
52+
### Running the website
5353

5454
1. **MkDocs in Strict Mode**: Use `mkdocs serve --strict` for a production-like environment.
5555
2. **MkDocs in Normal Mode**: Use `mkdocs serve` for a less strict, more forgiving environment, suitable for debugging.
5656

57-
### Docker Alternative
57+
### Docker alternative
5858

5959
If you prefer Docker, you can build and run the site using the following commands:
6060

0 commit comments

Comments
 (0)