Skip to content

Commit 0912899

Browse files
authored
Fix link to sketches in README (#321)
1 parent c89fb87 commit 0912899

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A live demo can be viewed at
3030
### Examples
3131

3232
The repository contains further
33-
[examples](https://github.com/P5-wrapper/react/tree/master/example/sketches).
33+
[examples](https://github.com/P5-wrapper/react/tree/master/demo/sketches).
3434

3535
To try them out for yourself fork the repository, be sure you have
3636
[PNPM](https://pnpm.io/) installed and then run the following:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@p5-wrapper/react",
33
"description": "A wrapper component that allows you to utilise P5 sketches within React apps.",
4-
"version": "4.3.3",
4+
"version": "4.3.4",
55
"type": "module",
66
"homepage": "https://github.com/P5-wrapper/react",
77
"license": "MIT",

0 commit comments

Comments
 (0)