Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

Commit 8b18f19

Browse files
committed
Update README titles.
1 parent 9304a29 commit 8b18f19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Include the following files:
4141
<script type="text/javascript" src="./wScratchPad.min.js"></script>
4242
```
4343

44-
### percent scratched
44+
### Percent scratched
4545

4646
```js
4747
$("#elem").wScratchPad({
@@ -51,7 +51,7 @@ $("#elem").wScratchPad({
5151
});
5252
```
5353

54-
### update on the fly
54+
### Update on the Fly
5555

5656
```js
5757
var sp = $("#elem").wScratchPad();
@@ -64,7 +64,7 @@ sp.wScratchPad('cursor', 'url("./cursors/coin.png") 5 5, default');
6464
$("#elem").wScratchPad('image', './images/winner.png');
6565
```
6666

67-
### methods
67+
### Methods
6868

6969
```js
7070
$('#elem').wScratchPad('reset');

0 commit comments

Comments
 (0)