From ce89922be922bc17675a5edbbbc79fc46516785b Mon Sep 17 00:00:00 2001 From: Quang Ngoc Date: Sun, 29 Aug 2021 14:44:48 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29c5d2a..3d5e068 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It also comes with a __nodejs__ REPL so you can do some basic draft code ### When to use it - While you developing your front-end app and you have to switch back and forth between IDE and browser. -- When you want to test app on mobile need to check log. (See [Debug on mobile](#debug-on-mobile)) +- When you test app on mobile and need to check log. (See [Debug on mobile](#debug-on-mobile)) # How to use it? There are 2 ways and it depends on your preferences