From e3b48708580d4621de33e02a4d24d8ad71f82204 Mon Sep 17 00:00:00 2001 From: Manish Date: Thu, 30 Jun 2022 12:09:08 +1000 Subject: [PATCH] Test instructions updated --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b1163e..7d004dd 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,15 @@ Access WebApp at [http://localhost:8081](http://localhost:8081) Note: you may replace `8081` with any other port number where you wish to make service available. ## Run tests as: -After building, go to to `build` sub-directory and edit `index.html` file and insert bellow code snippet immediately before closing `` tag: +After building, go to to `public` sub-directory and edit `index.html` file and insert bellow code snippet immediately before closing `` tag: ```{html} ``` -Than serve as: +Than start development instance as: ```{bash} -serve -s build +npm start ``` -You should now see a hamburger on left of page. Tap/click it than select test suite `Random Quote Machine`. `Run Tests` and observe results. +You should now see a hamburger on top-left of page. Tap/click it than select test suite `Random Quote Machine`. `Run Tests` and observe results.