Skip to content

Commit 201c805

Browse files
committed
How to contribute
1 parent 3961c12 commit 201c805

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ a number (e.g: it returns `100` for `'100'`).
3030
- If you pass a string with a number and a valid unit, the number of
3131
equivalent ms is returned.
3232

33-
## License
33+
## Contribute
3434

35-
MIT
35+
1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
36+
2. Link the package to the global module directory: `npm link`
37+
3. Within the module you want to test your local development instance of ms, just link it to the dependencies: `npm link ms`. Instead of the default one from npm, node will now use your clone of ms!

0 commit comments

Comments
 (0)