Skip to content

Commit ae2b562

Browse files
author
James Whitney
committed
Fix typo in readme.md
1 parent f117657 commit ae2b562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install --save npm-user
1919
```js
2020
var npmUser = require('npm-user');
2121

22-
npmuser('sindresorhus', function (err, user) {
22+
npmUser('sindresorhus', function (err, user) {
2323
console.log(user);
2424
/*
2525
{

0 commit comments

Comments
 (0)