Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 5, 2015
1 parent 1d430a4 commit a97dc1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -19,10 +19,10 @@ $ npm install --save dog-names
## Usage

```js
var dogNames = require('dog-names');
const dogNames = require('dog-names');

dogNames.femaleRandom();
//=> Lucy
//=> 'Lucy'
```


Expand Down

0 comments on commit a97dc1c

Please sign in to comment.