From 09128997e6c147c8d2d67b1637e3ff0e4a1f750d Mon Sep 17 00:00:00 2001 From: Eugene Dyko Date: Sat, 17 Feb 2024 16:32:33 +0100 Subject: [PATCH] Fix link to sketches in README (#321) --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 437c425..9b0f817 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A live demo can be viewed at ### Examples The repository contains further -[examples](https://github.com/P5-wrapper/react/tree/master/example/sketches). +[examples](https://github.com/P5-wrapper/react/tree/master/demo/sketches). To try them out for yourself fork the repository, be sure you have [PNPM](https://pnpm.io/) installed and then run the following: diff --git a/package.json b/package.json index 0bbbc2b..857a19e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@p5-wrapper/react", "description": "A wrapper component that allows you to utilise P5 sketches within React apps.", - "version": "4.3.3", + "version": "4.3.4", "type": "module", "homepage": "https://github.com/P5-wrapper/react", "license": "MIT",