Skip to content

Commit b9362f9

Browse files
committed
Fix README
1 parent 3f2a541 commit b9362f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ AMD:
1818
```html
1919
<script src="debounce-event.min.js"></script>
2020
<script>
21-
define(['debounce-event'], function() {
22-
// do something
21+
define(['debounce-event'], function(DebounceEvent) {
22+
// do something
2323
})
2424
</script>
2525
```
@@ -28,7 +28,7 @@ AMD:
2828
CommonJS:
2929

3030
```bash
31-
npm install debounce-event
31+
$ npm install debounce-event
3232
```
3333

3434
```javascript

0 commit comments

Comments
 (0)