From 771a8d4cfc3a93a2ff5d1dbba32017b41daa90cf Mon Sep 17 00:00:00 2001 From: Borja Gonzalez Date: Tue, 9 Mar 2021 20:56:42 +0100 Subject: [PATCH] Added demo url --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2faa02f..b688425 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,15 @@ Simple package that provide React components to draw lines using mouse or touch events. +## Demo + +Take a look to this tool in action [**HERE**](https://drawarea.vercel.app/). + ## Prerequisites - React >= 16.8 -## Install +## Installation `npm install react-drawarea --save`