From ed2bab931f4960650a8a3e17c2c18788ffae5e46 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 20 Aug 2021 22:57:43 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30e959c..612f7da 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [µRequest](https://git.rootprojects.org/root/request.js) | a [Root](https://rootprojects.org) project +# [@root/request](https://git.rootprojects.org/root/request.js) | a [Root](https://rootprojects.org) project > Minimalist HTTP client @@ -10,7 +10,7 @@ Written from scratch, with zero-dependencies. ## Super simple to use -µRequest is designed to be a drop-in replacement for request. It supports HTTPS and follows redirects by default. +@root/request is designed to be a drop-in replacement for request. It also supports Promises and async/await by default. ```bash npm install --save @root/request