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|