diff --git a/README.md b/README.md index a6dbce8..83a6ecc 100644 --- a/README.md +++ b/README.md @@ -95,3 +95,12 @@ script.load('//path/to/someExternalJS.js') ``` or instead of `once` maybe `setup` ? + +# Contributing + +- `git clone git@github.com:john-ko/dynamic-script-loader.git` +- `cd dynamic-script-loader` +- `npm install` +- `add changes` +- `npm run test:unit` +- `npm run test:e2e` \ No newline at end of file