From e25f9f548320c329d7c1c74f7fc18eb7fdc2fa96 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 17:20:48 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in 13d6281 according to the output from Prettier. Details: None --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 96c231b31..016cee6a7 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ cd dummygram npm install ``` +

OR

```sh @@ -178,6 +179,7 @@ Ps: if you're getting error installing the dependencies, try --force command alo npm install --force ``` +

OR

```sh @@ -197,6 +199,7 @@ To Start the development server run ```sh npm start ``` +

OR

```sh