From 99043cea71a0d1cc6eba3f54e8b4b6a2eeaa0dc7 Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Thu, 10 Jan 2019 08:25:43 -0800 Subject: [PATCH] Fixing formatting at bottom of readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9c989d381..92831e084d 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ ng test ### React Unit Tests -```` +``` cd client-react yarn test ``` @@ -86,7 +86,7 @@ yarn test ### React E2E Tests single run -```` +``` cd client-react yarn build @@ -111,4 +111,3 @@ npx cypress open ## License This project is licensed under the APACHE 2.0 License - see the [LICENSE.md](LICENSE.md) file for details -```