From 3f35af9c4853080d28e295e6e53d867790bbcd69 Mon Sep 17 00:00:00 2001 From: Mylothros-Charalampos <69667373+Mylothros-Charalampos@users.noreply.github.com> Date: Thu, 1 Jul 2021 14:24:17 +0300 Subject: [PATCH] BREAKING CHANGE: npm update BREAKING CHANGE: npm update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd8dd9d..4b77aa4 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,9 @@ export default class ShapefileExample extends React.Component { } } ``` + You can find the following example in the folder ```example```. Run the above code by executing the following scripts in package.json, with the order they are stated underneath: 1) ```build``` -1) ```example``` \ No newline at end of file +1) ```example```