From 3e22865b62153e2344030daba704149ea8c96fdd Mon Sep 17 00:00:00 2001 From: umbr4g3 Date: Fri, 26 Apr 2024 16:40:32 -0400 Subject: [PATCH] [skip ci] Fix minor README typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b36d125..d1cebd45 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Run all the tests: $ npm run test ``` -(Striclty use this envirnment to test, or otherwise make suitable changes in config file before testing). +(Strictly use this envirnment to test, or otherwise make suitable changes in config file before testing). ### Deploy @@ -70,7 +70,7 @@ $ npm run check ## How to add a new connector -You can create a new PR to add a new connector. To get the PR merged, certain requirements needs to be met which will be explained here. +You can create a new PR to add a new connector. To get the PR merged, certain requirements need to be met which will be explained here. ### New connector should follow the current directory structure