From 39fa9dd2292b78b87a3b495c4f906da8201c2513 Mon Sep 17 00:00:00 2001 From: Alex Gabites Date: Wed, 16 Oct 2019 23:31:51 +1300 Subject: [PATCH] update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ff384f..f885190 100644 --- a/README.md +++ b/README.md @@ -94,11 +94,14 @@ If you manage to find any, please report them [here](https://github.com/South-Pa Pull the repo and install dependencies with `yarn` ```bash -# format source with prettier -yarn format +# run tests +yarn test # lint source yarn lint + +# format source with prettier +yarn format ``` ## License