Skip to content

Commit 475fe5e

Browse files
Merge pull request #11 from binary-blazer/canary
update project tagline
2 parents a643fdb + 4332674 commit 475fe5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Blink HTTP
22

3-
A tiny, elegant and standalone HTTP client.
3+
A fast, elegant and standalone HTTP client.
44

55
[![npm](https://img.shields.io/npm/v/blink-http)](https://www.npmjs.com/package/blink-http)
66
[![npm](https://img.shields.io/npm/dt/blink-http)](https://www.npmjs.com/package/blink-http)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blink-http",
3-
"version": "1.2.0",
4-
"description": "A tiny, elegant and standalone HTTP client",
3+
"version": "1.2.1",
4+
"description": "A fast, elegant and standalone HTTP client",
55
"main": "./distribution/index.js",
66
"exports": {
77
".": {
@@ -35,7 +35,7 @@
3535
"keywords": [
3636
"http",
3737
"client",
38-
"tiny",
38+
"fast",
3939
"standalone",
4040
"blink",
4141
"blink-http"

0 commit comments

Comments
 (0)