Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 1, 2019
1 parent 71b8452 commit aae7b89
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 79 deletions.
11 changes: 7 additions & 4 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "got",
"version": "10.0.0-beta.2",
"description": "Simplified HTTP requests",
"description": "Human-friendly and powerful HTTP request library for Node.js",
"license": "MIT",
"repository": "sindresorhus/got",
"funding": "https://github.com/sindresorhus/got?sponsor=1",
Expand All @@ -21,21 +21,24 @@
"keywords": [
"http",
"https",
"http2",
"get",
"got",
"url",
"uri",
"request",
"util",
"utility",
"simple",
"curl",
"wget",
"fetch",
"net",
"network",
"electron",
"brotli"
"brotli",
"requests",
"human-friendly",
"axios",
"superagent"
],
"dependencies": {
"@sindresorhus/is": "^1.0.0",
Expand Down

0 comments on commit aae7b89

Please sign in to comment.