From ca7112c75c75eb906a1d78685674d4838514ef37 Mon Sep 17 00:00:00 2001 From: rht Date: Sat, 25 Nov 2023 09:51:41 -0500 Subject: [PATCH] docs: Fix README.md inline code formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1f617b85e8..ca2da39e312 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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