From d7fa72277da00da1e81bc40d2e3bdb122a284ee8 Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Tue, 25 Aug 2020 17:53:12 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdc3428..e281e2e 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ needed initially. 1. Start the minion: - `./script/pear-local_loop minion worker` 1. Import ward data (see [instructions](#importing-ward-data) above) -1. Set up postcodes (see [intructions](#setting-up-entity-postcodes) above) +1. Set up postcodes (see [instructions](#setting-up-entity-postcodes) above) 1. Start the application: - `morbo script/pear-local_loop -l http://*:3000` - You can modify the host and port as needed.