Skip to content

Commit 79c2053

Browse files
authored
Update README.md
1 parent cf4d7c3 commit 79c2053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This project enables simple object pooling to speed up object creation and reduce garbage collection. To use, simply include `recycle.js` in your project.
44

55
```js
6-
include recycle from 'recycle.js';
6+
import recycle from 'recycle.js';
77
```
88

99
The `recycle` object exposes an `add` method to add recycling to an object definition. For example:

0 commit comments

Comments
 (0)