From 083c3ea5de8c52d1665dab6881209bc8be73909d Mon Sep 17 00:00:00 2001 From: Rab Rennie Date: Sat, 5 Dec 2015 21:02:55 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8ca81a..e30b832 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ I think it will be interesting to see what people want to add to this. Obviously 1. Fork ( https://github.com/Rabrennie/anything.js/fork ) 1. Clone ( git clone https://github.com/YourUsername/anything.js.git ) 1. Branch ( git checkout -b your-feature ) +2. Make a new file in ./dist/ with the name of your function. ( functionName.js) 1. Edit ( Type! Type! Type! ) 1. Push ( git push -u origin your-feature ) 1. Pull Request ( https://help.github.com/articles/using-pull-requests/ )