Skip to content

Commit 4610f36

Browse files
author
Javier Diaz
committed
docs: updated readme.md
1 parent c740cfc commit 4610f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Vue.use(TinyPagination);
6161

6262
// or with a custom component name
6363
import { TinyPagination } from 'vue-tiny-pagination';
64-
Vue.component('custom-hello-world', TinyPagination);
64+
Vue.component('custom-name', TinyPagination);
6565
```
6666

6767
### Usage in browser

0 commit comments

Comments
 (0)