You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
<li>Clone or download this repo.</li>
15
15
<li>Open a Git Bash terminal and navigate to the FlavorFinder folder.</li>
16
16
<li>Type in the command <code>npm install</code> and press Enter.</li>
17
-
<li>Create a <code>.env</code> file and add a Spoonacular API key (follow this format: SPOONACULAR_API_KEY=[API key goes here]). Make sure to save this to the root of the project.<br/><i>[If you're from Code:You and are grading this project, I provided my Spoonacular API Key in the project submission form]</i></li>
17
+
<li>Create a <code>.env</code> file and add a Spoonacular API key (follow this format: <code>SPOONACULAR_API_KEY=[API key goes here]</code>). Make sure to save this to the root of the project.<br/><i>[If you're from Code:You and are grading this project, I provided my Spoonacular API Key in the project submission form]</i></li>
18
18
<li>Run the project with Node.js by typing the command <code>node server.js</code> into the terminal and pressing Enter.</li>
0 commit comments