Skip to content

Commit

Permalink
ReadMe title fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
probityrules committed Jul 25, 2016
1 parent 040ff56 commit 3ea9ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
** Recycle **
# Recycle #

This project enables simple object pooling to speed up object creation and avoid garbage collection. To use, simply include `recycle.js` in your project. Once included, it adds a `recycle` object to `window`. This object exposes a single method `add` to add recycling to an object definition. For example:

Expand Down

0 comments on commit 3ea9ba8

Please sign in to comment.