v1.3.10: update header and link
This commit is contained in:
parent
1d4c3c1997
commit
28f3f783ae
|
@ -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
|
||||
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue