Update README.md

This commit is contained in:
AJ ONeal 2021-08-20 22:57:43 -06:00 committed by GitHub
parent a95d003ed5
commit ed2bab931f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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