diff --git a/README.md b/README.md index f36863f..3020be5 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,10 @@ The API methods are _mostly_ just wrappers around [`signature_pad`'s API](https: You can interact with the example in a few different ways: 1. Run `npm start` and navigate to [http://localhost:1234/](http://localhost:1234/).
-Hosted locally via the [`example/`](example/) directory + Hosted locally via the [`example/`](example/) directory + 1. [View the live demo here](https://agilgur5.github.io/react-signature-canvas/).
-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/) -1. [Play with the CodeSandbox here](https://codesandbox.io/s/github/agilgur5/react-signature-canvas/tree/cra-example).
-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). + 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/) + +1. [Play with the CodeSandbox here](https://codesandbox.io/s/github/agilgur5/react-signature-canvas/tree/codesandbox-example).
+ Hosted via the [`codesandbox-example` branch](https://github.com/agilgur5/react-signature-canvas/tree/codesandbox-example), a slightly modified version of the above.