Skip to content

Commit d58f767

Browse files
Fix readme typo
1 parent dabc0a7 commit d58f767

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
@@ -33,7 +33,7 @@ hn.getUserStories('pg', function (error, data) {
3333
});
3434
```
3535

36-
[Some methods](#Object-and-callback) requires an object and a callback.
36+
[Some methods](#Object-and-callback) require an object and a callback.
3737
```js
3838
var hn = require('hacker-news-api');
3939

0 commit comments

Comments
 (0)