From 369b7a94afe8e5d2adabe2c4f909aa59e1788d65 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 6 Jan 2020 11:37:21 -0500 Subject: [PATCH] Fixed list markdown --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ccc2ec2..0329263 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ Installation To install this on your own server: -#. Clone this repository -#. Install the python dependancies via `pip install -r requirements.txt` -#. Run the server with `./chainlink.py` -#. You can now hit the app at [http://localhost:5000/](http://localhost:5000) +1. Clone this repository +2. Install the python dependancies via `pip install -r requirements.txt` +3. Run the server with `./chainlink.py` +4. You can now hit the app at [http://localhost:5000/](http://localhost:5000) Testing on a running instance =============================