Skip to content

Commit

Permalink
added links to working demo and blog article to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
jakesgordon committed May 8, 2011
1 parent e6d36e8 commit b9745ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This project is a javascript experiment to write a binary tree based
bin packing algorithm that is suitable for generating bin packing algorithm that is suitable for generating
[CSS sprites](https://github.com/jakesgordon/sprite-factory). [CSS sprites](https://github.com/jakesgordon/sprite-factory).


* You can play with the [demo here](http://codeincomplete.com/posts/2011/5/7/bin_packing/example/)
* You can find a [description here](http://codeincomplete.com/posts/2011/5/7/bin_packing/)

Demo Demo
==== ====


Expand Down Expand Up @@ -54,7 +57,5 @@ Contact


If you have any ideas, feedback, requests or bug reports, you can reach me at If you have any ideas, feedback, requests or bug reports, you can reach me at
[jake@codeincomplete.com](mailto:jake@codeincomplete.com), or via [jake@codeincomplete.com](mailto:jake@codeincomplete.com), or via
my website: [Code inComplete](http://codeincomplete.com/). my website: [Code inComplete](http://codeincomplete.com/posts/2011/5/7/bin_packing/)




0 comments on commit b9745ef

Please sign in to comment.