diff --git a/README.md b/README.md index 4acccf4..e9b74d4 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ An in-depth paragraph about your project and overview of use. ### Dependencies -<> +- Node.js ### Installing How/where to download your program. Any modifications needed to be made to files/folders. ```bash -<> +npm install app ``` ## Executing program @@ -25,7 +25,7 @@ How/where to download your program. Any modifications needed to be made to files How to run the program. Step-by-step bullets. ```bash -<> +node app.js ``` ## Usage