From 1c26b553101290869e4f131daf9a81befdf7be71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Wed, 10 Feb 2021 15:55:08 +0100 Subject: [PATCH] Fixes to readme (#194) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Łukasz Uznański --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aea2995..3199d58 100644 --- a/README.md +++ b/README.md @@ -47,15 +47,15 @@ All of those checks are available in Github Actions and in Gitlab CI. `composer ci:ts:lint` -### Runinng unit tests +### Running unit tests `composer ci:tests:unit` -### Runinng functional tests tests +### Running functional tests `composer ci:tests:functional` -### Runinng all tests +### Running all tests `composer ci:tests`