Skip to content

Commit f3108fd

Browse files
authored
docs: update link to new CodeSandbox example (#120)
- using `parcel` same as the `example/` dir and `gh-pages` branch - as CRA is now deprecated - also modify some whitespace in this section for better readability of the raw markdown
1 parent 678e868 commit f3108fd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,10 @@ The API methods are _mostly_ just wrappers around [`signature_pad`'s API](https:
116116
You can interact with the example in a few different ways:
117117

118118
1. Run `npm start` and navigate to [http://localhost:1234/](http://localhost:1234/).<br>
119-
Hosted locally via the [`example/`](example/) directory
119+
Hosted locally via the [`example/`](example/) directory
120+
120121
1. [View the live demo here](https://agilgur5.github.io/react-signature-canvas/).<br>
121-
Hosted via the [`gh-pages` branch](https://github.com/agilgur5/react-signature-canvas/tree/gh-pages), a standalone version of the code in [`example/`](example/)
122-
1. [Play with the CodeSandbox here](https://codesandbox.io/s/github/agilgur5/react-signature-canvas/tree/cra-example).<br>
123-
Hosted via the [`cra-example` branch](https://github.com/agilgur5/react-signature-canvas/tree/gh-pages), a standalone version using [Create React App](https://github.com/facebook/create-react-app).
122+
Hosted via the [`gh-pages` branch](https://github.com/agilgur5/react-signature-canvas/tree/gh-pages), a standalone version of the code in [`example/`](example/)
123+
124+
1. [Play with the CodeSandbox here](https://codesandbox.io/s/github/agilgur5/react-signature-canvas/tree/codesandbox-example).<br>
125+
Hosted via the [`codesandbox-example` branch](https://github.com/agilgur5/react-signature-canvas/tree/codesandbox-example), a slightly modified version of the above.

0 commit comments

Comments
 (0)