From 60855842f8cb00a5683bc22e2c9da934e08bd714 Mon Sep 17 00:00:00 2001 From: sole Date: Fri, 4 Jan 2013 11:31:47 +0100 Subject: [PATCH] Link to #examples anchor-way more specific! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20917a3..0e252f4 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ No, we like to keep it simple and free of dependencies. Feel free to make one yo If you find something that you believe to be a bug, please check out the [dev](https://github.com/sole/tween.js/tree/dev) branch and see if the bug still exists there. If it exists, and you find yourself capable of fixing it, do it on the *dev* branch too. In other words, *don't push to master*. We'll take care of that! -Before submitting a pull request, please make sure that both the tests and the examples still work. For running the tests, open `test/unit/unittests_tween.html` on your browser. If everything is green: GREAT! Else... you know what to do. Regarding the examples, you can find them under the `examples` folder. To compare with the `master` version, checkout the master branch or use the hosted version that is linked from the [project home page](http://github.com/sole/tween.js). +Before submitting a pull request, please make sure that both the tests and the examples still work. For running the tests, open `test/unit/unittests_tween.html` on your browser. If everything is green: GREAT! Else... you know what to do. Regarding the examples, you can find them under the `examples` folder. To compare with the `master` version, checkout the master branch or use the hosted version that is linked from the [project home page](http://github.com/sole/tween.js#examples). Finally, if you tried all of the above and still can't fix the bug, or you're not sure you're doing things right, [go here](https://github.com/sole/tween.js/issues) and let us know.