From 6aa804230be09534d4d5e8c43484ffbba3aa244c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anne=20L=27H=C3=B4te?= Date: Mon, 24 Aug 2020 17:31:21 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 375218db7..a3b08fe34 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ yarn build:docs # deploy the doc on Github Pages yarn deploy -# publish a vestion of the package on NPM registry +# publish a version of the package on NPM registry yarn publish + +# run unit tests +yarn test:unit ```