From 28f3f783aedeb117f96d2b039dc6df8de64fe3bb Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 16 Apr 2019 12:43:21 -0600 Subject: [PATCH] v1.3.10: update header and link --- README.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95eb728..222ad3f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -# µRequest - Minimalist HTTP client | a [Root](https://rootprojects.org) project +# [µRequest](https://git.rootprojects.org/root/request.js) | a [Root](https://rootprojects.org) project + +> Minimalist HTTP client A lightweight alternative to (and drop-in replacement for) request. -Written from scratch. +Written from scratch, with zero-dependencies. ## Super simple to use diff --git a/package.json b/package.json index 1921c71..9f16142 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@root/request", - "version": "1.3.9", + "version": "1.3.10", "description": "A lightweight, zero-dependency drop-in replacement for request", "main": "index.js", "files": [