From ca67ebdfaa1381ce87b9bfc2669ed2f9eda83b6c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 13 Jun 2020 12:24:59 -0600 Subject: [PATCH] remove br tags --- node/install.bash | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/node/install.bash b/node/install.bash index 3671a71..251022d 100644 --- a/node/install.bash +++ b/node/install.bash @@ -14,8 +14,6 @@ # > Hello, World! # ``` # -#
-# # ### A Simple Web Server # # `server.js`: @@ -30,8 +28,6 @@ # }); # ``` # -#
-# # ```bash # node server.js # ``` @@ -45,8 +41,6 @@ # npm install --save express # ``` # -#
-# # `app.js`: # # ```js @@ -62,8 +56,6 @@ # module.exports = app; # ``` # -#
-# # `server.js`: # # ```js @@ -77,8 +69,6 @@ # }); # ``` # -#
-# # ```bash # npm start # ``` -- 2.25.1