Skip to content

Commit ccf8841

Browse files
committed
(fix/docs): remove $ sign from example code block
- remnant from original fork - `$` made it hard to copy correctly and even my linter complained about it
1 parent 806a4c3 commit ccf8841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The API methods are _mostly_ just wrappers around [`signature_pad`'s API](https:
9696
## Example
9797

9898
```bash
99-
$ npm start
99+
npm start
100100
```
101101

102102
Navigate to [http://localhost:8080/](http://localhost:8080/) in your browser and you should be able to see the signature canvas in action.

0 commit comments

Comments
 (0)