From 585b5bcbf8b39eba052a5bb155e82170d9d60292 Mon Sep 17 00:00:00 2001 From: Daniel Loudon Date: Mon, 23 Sep 2019 00:00:48 +0100 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fae7ddc14b..9cbeaf2e71 100644 --- a/readme.md +++ b/readme.md @@ -25,11 +25,11 @@ then `cd ` into your local copy... `lerna bootstrap` will install all modules -`lerna run build` will build all pakcages +`lerna run build` will build all packages `lerna run initialise` will initialise your budibase (i.e. create local database) -### 3. Running +### 4. Running `lerna run dev:builder` - will run up the builder and server together - i.e. when you want to do some work on the builder