Skip to content

Commit

Permalink
update for codegrade
Browse files Browse the repository at this point in the history
  • Loading branch information
lizbur10 committed Dec 22, 2022
1 parent 24f25af commit 3f5d4a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 3f5d4a6

Please sign in to comment.