Skip to content

Commit 58d2b40

Browse files
committed
Update README.md
fixing wrong function names...
1 parent 73e766c commit 58d2b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Possible configuration options are described in the [spin.js homepage](http://fg
4040
### Using the usSpinnerService to control spinners
4141

4242
```html
43-
<button ng-click="spin-me">Start spinner</button>
44-
<button ng-click="spin-me">Stop spinner</button>
43+
<button ng-click="startSpin">Start spinner</button>
44+
<button ng-click="stopSpin">Stop spinner</button>
4545

4646
<span us-spinner spinner-key="spinner-1"></span>
4747
```

0 commit comments

Comments
 (0)