diff --git a/README.md b/README.md index 3d562ca..f24c19b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@

- LightMap + LightMap

Fast Map extension for Node.js & The Browser

@@ -171,4 +174,4 @@ const x = new LightMap( [ [ 'a', 0 ], [ 'b', 1 ] ] ); +x; // 2 (size of the Map) -``` \ No newline at end of file +```