From 3f5d4a6062ab5b111f72e29aa823b13e33a3245b Mon Sep 17 00:00:00 2001 From: Liz Burton Date: Thu, 22 Dec 2022 11:02:12 -0500 Subject: [PATCH] update for codegrade --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54c3c432e..fafaeb0aa 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ _rendered text_ yet. We'll be defining them in this lab. ## Getting Started -If you haven't already, fork and clone this lesson into your local environment. -Navigate into its directory in the terminal, then run `code .` to open the files -in Visual Studio Code. +If you haven't already, **fork and clone** this lesson into your local +environment. Navigate into its directory in the terminal, then run `code .` to +open the files in Visual Studio Code. ## Create an Ordered HTML List @@ -249,7 +249,7 @@ Here's the full example code: When you're done, it is time to run this assignment's tests. Make sure that you have your HTML content in a file called `my_list.html` in order to pass the -check. Type `learn test` and verify that your tests pass. +check. Type `npm test` and verify that your tests pass. ## Conclusion