From ce6fcc59c2617afe8907e5e43c4a2bca89ec09e3 Mon Sep 17 00:00:00 2001 From: Ophir LOJKINE Date: Wed, 25 Nov 2015 14:47:46 +0300 Subject: [PATCH] add links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b813f8..d9898a0 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,6 @@ React component for a div with editable contents ``` ## Structure of this repository - * `lib/` compiled javascript, usable directly in the browser - * `src/` source javascript. Uses JSX and ES6. + * [`lib/`](https://github.com/lovasoa/react-contenteditable/tree/master/lib) compiled javascript, usable directly in the browser + * [`src/`](https://github.com/lovasoa/react-contenteditable/tree/master/src) source javascript. Uses JSX and ES6.