Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

fix: update readme #311

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You will need [Python version 3.10 or higher](https://www.python.org/downloads/)

1. Setup project dependencies `poetry install`
2. Run the local development server `poetry run mkdocs serve`
3. Open a browser to [localhost:8000](http://localhost:8000). This will auto-reload on file changes
3. Open a browser to `localhost:8000`. This will auto-reload on file changes

If you have access to mkdocs-material-insiders, run the following to install it:

Expand Down
Loading