From 6447ebca3200c140132a6939b545f7a5dcc7b4be Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Thu, 16 Mar 2023 12:41:48 -0700 Subject: [PATCH] Small fixes on README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c2f279b..8fe79f3 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Your app is ready to be deployed! ```sh yarn lint -or +# or npm run lint ``` @@ -95,7 +95,7 @@ To apply fixes: ```shell yarn lint --apply -or +# or npm run lint -- --apply ``` @@ -103,7 +103,7 @@ To apply suggested fixes: ```shell yarn lint --apply-suggested -or +# or npm run lint -- --apply-suggested ``` @@ -111,7 +111,7 @@ npm run lint -- --apply-suggested ```sh yarn fmt -or +# or npm run fmt ```