From 9c493a6ce6743db996855ed92abef7a2c301b600 Mon Sep 17 00:00:00 2001 From: Ryan Haskell-Glatz Date: Sat, 24 Apr 2021 15:06:17 -0500 Subject: [PATCH] Update README.md --- examples/06-testing/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/06-testing/README.md b/examples/06-testing/README.md index 198f711..f37aa3a 100644 --- a/examples/06-testing/README.md +++ b/examples/06-testing/README.md @@ -1,4 +1,4 @@ -# my new project +# examples/06-testing > 🌳 built with [elm-spa](https://elm-spa.dev) ## dependencies @@ -6,7 +6,7 @@ This project requires the latest LTS version of [Node.js](https://nodejs.org/) ```bash -npm install -g elm elm-spa +npm install -g elm elm-spa elm-test ``` ## running locally @@ -21,9 +21,9 @@ elm-spa server # starts this app at http:/localhost:1234 elm-spa add # add a new page to the application elm-spa build # production build elm-spa watch # runs build as you code (without the server) -elm-test # run unit tests +elm-test # run unit tests ``` ## learn more -You can learn more at [elm-spa.dev](https://elm-spa.dev) \ No newline at end of file +You can learn more at [elm-spa.dev](https://elm-spa.dev)