Skip to content

Commit bef8e1b

Browse files
aimee-gmjgarber623
authored andcommitted
Update README with new npm instructions
1 parent f50a445 commit bef8e1b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ This group of tests was built to test microformats parsers. The individual tests
44

55
The tests are broken into sets within the tests directory of this project. They are first grouped by version. Some parsers only support a single version of microformats. They are then subdivided by the type of microformat i.e. h-card.
66

7+
## NPM
8+
9+
To add the latest microformats test suite to your project using npm, run the following command:
10+
11+
`npm install microformats/tests --save-dev`
12+
13+
Update to the latest microformats test suite with the following command:
14+
15+
`npm update microformats/tests`
16+
17+
718

819
## Contributing new tests or updating tests
920

0 commit comments

Comments
 (0)