Skip to content

Commit

Permalink
docs: Fix README.md inline code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rht authored and tpike3 committed Nov 28, 2023
1 parent 0ae1c8c commit ca7112c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Getting started quickly:
pip install mesa
```

You can also use [pip]{.title-ref} to install the github version:
You can also use `pip` to install the github version:

``` bash
pip install -U -e git+https://github.com/projectmesa/mesa@main#egg=mesa
Expand Down Expand Up @@ -91,7 +91,7 @@ to:
the path of your model
- make sure that the model folder contains an app.py file

Then, you just need to run [docker compose up -d]{.title-ref} to have it
Then, you just need to run `docker compose up -d` to have it
accessible from `localhost:8765`.

## Contributing to Mesa
Expand Down

0 comments on commit ca7112c

Please sign in to comment.