1- # react-hooks-<%= name %>
1+ # react-hooks-<%- name %>
22
33[ ![ NPM version] [ npm-image ]] [ npm-url ]
44[ ![ npm download] [ download-image ]] [ download-url ]
55[ ![ Build Status] [ travis-image ]] [ travis-url ]
66
7- <%= desc %>
7+ <%- desc %>
88
99## Install
1010
1515### npm
1616
1717``` bash
18- npm install --save @use-hooks/< %= name %>
18+ npm install --save @use-hooks/< %- name %>
1919```
2020
2121### yarn
2222
2323``` bash
24- yarn add @use-hooks/< %= name %>
24+ yarn add @use-hooks/< %- name %>
2525```
2626
2727## API
2828
2929### Params
3030
3131``` js
32- < %= params % >
32+ < %- params % >
3333```
3434
3535### Returns
3636
3737``` js
38- < %= returns % >
38+ < %- returns % >
3939```
4040
4141## Usage
@@ -44,7 +44,7 @@ yarn add @use-hooks/<%= name %>
4444< %- example % >
4545```
4646
47- [ Live Show] (https://use-hooks.github.io/react-hooks- <%= name %>/)
47+ [ Live Show] (https://use-hooks.github.io/react-hooks- <%- name %>/)
4848
4949## Development
5050
6060
6161> Generated by [ create-react-hooks] ( https://github.com/use-hooks/create-react-hooks ) .
6262
63- [ npm-image] : https://img.shields.io/npm/v/@use-hooks/ <%= name %>.svg?style=flat-square
64- [ npm-url] : https://npmjs.org/package/@use-hooks/ <%= name %>
65- [ download-image] : https://img.shields.io/npm/dm/@use-hooks/ <%= name %>.svg?style=flat-square
66- [ download-url] : https://npmjs.org/package/@use-hooks/ <%= name %>
67- [ travis-url] : https://travis-ci.org/use-hooks/react-hooks- <%= name %>
68- [ travis-image] : https://img.shields.io/travis/use-hooks/react-hooks- <%= name %>.svg?style=flat-square
63+ [ npm-image] : https://img.shields.io/npm/v/@use-hooks/ <%- name %>.svg?style=flat-square
64+ [ npm-url] : https://npmjs.org/package/@use-hooks/ <%- name %>
65+ [ download-image] : https://img.shields.io/npm/dm/@use-hooks/ <%- name %>.svg?style=flat-square
66+ [ download-url] : https://npmjs.org/package/@use-hooks/ <%- name %>
67+ [ travis-url] : https://travis-ci.org/use-hooks/react-hooks- <%- name %>
68+ [ travis-image] : https://img.shields.io/travis/use-hooks/react-hooks- <%- name %>.svg?style=flat-square
0 commit comments