From 6915eeea5f0691141e5178b376a3e661d362c1de Mon Sep 17 00:00:00 2001 From: jfh Date: Tue, 18 Aug 2020 00:32:44 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3572b35..e9d2686 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SVG-Edit-react -The user interface of SVG-edit is based on vanilla javascript and the jQuery library. This editor is a demonstration of the usage of the SVG-edit "svgcanvas" with a React User Interface. It's far from being as complete as the original SVG-edit but this is a proof of concept that we may decided to use for a future version of SVGedit. +The user interface of SVG-edit is based on vanilla javascript and the jQuery library. This editor is a demonstration of the usage of the SVG-edit "svgcanvas" with a React User Interface. It's far from being as complete as the original SVG-edit but this is a proof of concept that we may decide to use for a future version of SVGedit. To test this, you have to clone and run: ````