Skip to content

Commit c3030e8

Browse files
Node is now supported, update readme to clarify
1 parent 3f07d4d commit c3030e8

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
@@ -4,7 +4,7 @@ Turn any collection of objects into its own efficient tree or linked list using
44

55
This library has been designed to provide an efficient backing data structure for DOM trees. You can also use this library as an efficient linked list. Any meta data is stored on your objects directly, which ensures any kind of insertion or deletion is performed in constant time. Because an ES6 `Symbol` is used, the meta data does not interfere with your object in any way.
66

7-
Only io.js is supported at the moment, however io.js and node.js will merge in the near future.
7+
Node.js 4+, io.js and modern browsers are supported.
88

99
Example
1010
-------

0 commit comments

Comments
 (0)