Skip to content

Commit 0c038ff

Browse files
committed
(docs): modify Example section wording due to Demo
- re-word the Example section so it doesn't sound like it's the only way to get a Demo as we now have a Demo! - consider moving this into a README in the `example/` directory instead
1 parent ec52669 commit 0c038ff

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,15 @@ The API methods are _mostly_ just wrappers around [`signature_pad`'s API](https:
9595

9696
## Example
9797

98+
Have a look at the [`example/`](example/) directory.
99+
100+
This example can be run with:
101+
98102
```bash
99103
npm start
100104
```
101105

102-
Navigate to [http://localhost:8080/](http://localhost:8080/) in your browser and you should be able to see the signature canvas in action.
103-
104-
The source code for this example is found in the [`example/`](example/) directory.
106+
followed by navigating to [http://localhost:8080/](http://localhost:8080/) in your browser to view it.
105107

106108
## [Demo](https://agilgur5.github.io/react-signature-canvas/)
107109

0 commit comments

Comments
 (0)