From 2f0f9afcd6bab82f118b1e00b3160b2aec510ee2 Mon Sep 17 00:00:00 2001 From: Nitin Lodha <65410553+NitinLodha2812@users.noreply.github.com> Date: Sat, 3 Oct 2020 15:08:16 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae0c75ed7..8295933c5 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ You can find a more thorough description in our [Getting Started Guide](http://d `hoodie` can be used standalone or as a [hapi plugin](http://hapijs.com/tutorials/plugins). The options are slightly different. For the standalone usage, see [Hoodie’s configuration guide](http://docs.hood.ie/en/latest/guides/configuration.html). -For the hapi plugin usage, see [Hoodie’s hapi plugin usage guide](http://docs.hood.ie/en/latest/guides/hapi-plugin.html) +For the hapi plugin usage, see [Hoodie’s hapi plugin usage guide](http://docs.hood.ie/en/latest/guides/hapi-plugin.html). ## Testing @@ -70,7 +70,7 @@ npm install The `hoodie` test suite is run with `npm test`. You can [read more about testing Hoodie](test). -You can start hoodie itself using `npm start`. It will serve the contents +You can start hoodie itself by using `npm start`. It will serve the contents of the [public folder](public). ## Backers