Skip to content

Commit 66beb04

Browse files
committed
update for codegrade
1 parent a6106a5 commit 66beb04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ how tables work and how to make our own.
2323

2424
## Getting Started
2525

26-
Fork and clone this lesson into your local environment. Navigate into its
26+
**Fork and clone** this lesson into your local environment. Navigate into its
2727
directory in the terminal, then run `code .` to open the files in Visual Studio
2828
Code.
2929

@@ -176,7 +176,7 @@ To complete this task, follow the order of table creation we discussed earlier:
176176
3. Add in the data in the appropriate order so that each city name falls under
177177
the "City" column, each state is under "State", etc...
178178

179-
Run `learn test` to test your work and see your progress. The tests also include
179+
Run `npm test` to test your work and see your progress. The tests also include
180180
the exact population numbers, so feel free to copy them from the errors!
181181

182182
## Conclusion

0 commit comments

Comments
 (0)