From a798cc0e574f4e5d6fb697aa4d2597dc33c27bc7 Mon Sep 17 00:00:00 2001 From: DTrejo Date: Thu, 5 Jul 2012 19:27:20 -0700 Subject: [PATCH] readme.md: typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc2fee1e14..43a742b26a 100644 --- a/README.md +++ b/README.md @@ -588,9 +588,9 @@ Performance can be better for very large values. I think there are more performance improvements left in there for smaller values, especially for large lists of small values. ## How to Contribute -- make your changes on a branch +- make your changes on a fork - your code should be the same style as the rest of the code -- add your tests to `test.js` +- add your tests to `./test.js` - add your documentation to `README.md` (if needed). - open a pull request!