From 3b1876adc22b23400837f34df6f1f66b11bf52ab Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Sun, 25 Jul 2021 11:29:51 -0400 Subject: [PATCH] Update README.md editing to show http server --- 4-Classification/4-Applied/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-Classification/4-Applied/README.md b/4-Classification/4-Applied/README.md index 1f3573c2e..66597fbf6 100644 --- a/4-Classification/4-Applied/README.md +++ b/4-Classification/4-Applied/README.md @@ -312,7 +312,7 @@ In this code, there are several things happening: ## Test your application -Open a terminal session in Visual Studio Code in the folder where your index.html file resides. Ensure that you have `[http-server](https://www.npmjs.com/package/http-server)` installed globally, and type `http-server` at the prompt. A localhost should open and you can view your web app. Check what cuisine is recommended based on various ingredients: +Open a terminal session in Visual Studio Code in the folder where your index.html file resides. Ensure that you have [http-server](https://www.npmjs.com/package/http-server) installed globally, and type `http-server` at the prompt. A localhost should open and you can view your web app. Check what cuisine is recommended based on various ingredients: ![ingredient web app](images/web-app.png)