Skip to content

Commit a8ac85d

Browse files
committed
fix typo
1 parent 1b169b8 commit a8ac85d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "npm-user",
33
"version": "2.1.0",
4-
"description": "Get user info of a npm user",
4+
"description": "Get user info of an npm user",
55
"license": "MIT",
66
"repository": "sindresorhus/npm-user",
77
"author": {

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# npm-user [![Build Status](https://travis-ci.org/sindresorhus/npm-user.svg?branch=master)](https://travis-ci.org/sindresorhus/npm-user)
22

3-
> Get user info of a npm user
3+
> Get user info of an npm user
44
55
Since npm has no API for this we're forced to scrape the [profile page](https://www.npmjs.com/~sindresorhus).
66

@@ -40,10 +40,10 @@ npmUser('sindresorhus').then(user => {
4040
## Related
4141

4242
- [npm-user-cli](https://github.com/sindresorhus/npm-user-cli) - CLI for this module
43-
- [npm-email](https://github.com/sindresorhus/npm-email) - Get the email of a npm user
43+
- [npm-email](https://github.com/sindresorhus/npm-email) - Get the email of an npm user
4444
- [npm-keyword](https://github.com/sindresorhus/npm-keyword) - Get a list of npm packages with a certain keyword
4545
- [package-json](https://github.com/sindresorhus/package-json) - Get the package.json of a package from the npm registry
46-
- [npm-user-packages](https://github.com/kevva/npm-user-packages) - Get packages by a npm user
46+
- [npm-user-packages](https://github.com/kevva/npm-user-packages) - Get packages by an npm user
4747

4848

4949
## License

0 commit comments

Comments
 (0)