From 72bd0d9c3a0d7e12ed207def48b970dd8ac6031e Mon Sep 17 00:00:00 2001 From: Kevin Jahns <kevin.jahns@rwth-aachen.de> Date: Tue, 8 Dec 2015 16:26:55 +0100 Subject: [PATCH] update map type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba105cbf..86620de0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You can create you own shared types easily. Therefore, you can take matters into | Name | Description | |----------|-------------------| -| map | Add, update, and remove properties of an object. Included in Yjs| +|[map](https://github.com/y-js/y-map) | Add, update, and remove properties of an object. Included in Yjs| |[array](https://github.com/y-js/y-array) | A shared linked list implementation | |[selections](https://github.com/y-js/y-selections) | Manages selections on types that use linear structures (e.g. the y-array type). Select a range of elements, and assign meaning to them.| |[xml](https://github.com/y-js/y-xml) | An implementation of the DOM. You can create a two way binding to Browser DOM objects| -- GitLab