From aed488b849431649d3ae3fcd549959152ce62d41 Mon Sep 17 00:00:00 2001
From: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com>
Date: Sun, 11 Aug 2024 18:39:35 +0100
Subject: [PATCH] Remove unnecessary blank lines between lis
---
.../project_restaurant_page.md | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/javascript/organizing_your_javascript_code/project_restaurant_page.md b/javascript/organizing_your_javascript_code/project_restaurant_page.md
index d677ee00bda..0d39546a575 100644
--- a/javascript/organizing_your_javascript_code/project_restaurant_page.md
+++ b/javascript/organizing_your_javascript_code/project_restaurant_page.md
@@ -21,9 +21,7 @@ When creating a new repo on GitHub, there is an option to specify a `.gitignore`
1. Start the project the same way you began the webpack tutorial project, by creating the `package.json` file and setting up Webpack.
-
- Remember, you only need to install and configure the things you need for your project. For example, if you do not plan to have local image files linked in your HTML template, you will not need to install and configure `html-loader`.
-
1. Create a `.gitignore` file in the root of your project. It should contain the text `node_modules` and `dist` on separate lines.
```text
@@ -32,23 +30,14 @@ When creating a new repo on GitHub, there is an option to specify a `.gitignore`
```
1. Set up an HTML skeleton inside of `src/template.html`. Inside the body, add a `` element that contains a `