From 5213a053c43f44141423fbd78a910c7b6528e66b Mon Sep 17 00:00:00 2001 From: James Robb <47126579+jamesrweb@users.noreply.github.com> Date: Mon, 7 Nov 2022 02:23:37 +0100 Subject: [PATCH 1/2] Advise forking the repository before pulling As the title states, we should be encouraging a fork flow for any local development or usage of the repository. Signed-off-by: James Robb <47126579+jamesrweb@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4e26b3..eac2418 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ A live demo can be viewed at The repository contains further [examples](https://github.com/P5-wrapper/react/tree/master/example/sketches). -To try them out for yourself, run the following: +To try them out for yourself fork the repository, be sure you have [PNPM](https://pnpm.io/) installed and then run the following: ```sh -git clone git@github.com:P5-wrapper/react.git +git clone git@github.com:/react.git cd react pnpm install pnpm start From e9a7caa63b04f321f134aecbf772d70484a90f65 Mon Sep 17 00:00:00 2001 From: James Robb <47126579+jamesrweb@users.noreply.github.com> Date: Mon, 7 Nov 2022 03:06:14 +0100 Subject: [PATCH 2/2] Formatting fixes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eac2418..7ef1736 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ A live demo can be viewed at The repository contains further [examples](https://github.com/P5-wrapper/react/tree/master/example/sketches). -To try them out for yourself fork the repository, be sure you have [PNPM](https://pnpm.io/) installed and then run the following: +To try them out for yourself fork the repository, be sure you have +[PNPM](https://pnpm.io/) installed and then run the following: ```sh git clone git@github.com:/react.git