From eda98b817e956b6a9b0beb1dacbd967a05f261c7 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Thu, 25 Apr 2019 19:53:01 +0200 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68a826f..c1ed1c5 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ yarn dev ``` The configuration file is located on `tools/_config.yaml`. -Run lintings and test to check your code is clean. +Run linting tooling and test to check your code is clean before commit. ``` yarn lint && yarn test