Skip to content

Commit b11ec38

Browse files
README.md update
1 parent 6e83a40 commit b11ec38

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# 1.0.0
22

33
First version - request, get, post, put, patch, delete
4+
5+
# 1.0.1
6+
7+
`README.md` update

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,13 @@
1111

1212
[![downloads](https://img.shields.io/npm/dm/@splitscript.js/https?color=90ee90&style=flat)](https://www.npmjs.com/package/@splitscript.js/https)
1313

14-
</div>
15-
1614
<a href='https://splitscript.js.org/https' style='text-decoration:none;'>
1715

18-
<div style='display:flex;align-items:center;justify-content:center;color:rgb(144, 144, 238);'>
19-
<img src='https://i.imgur.com/AdvvCYb.png' alt='docs' height='100px' style='padding-right:10px;'>
20-
Docs
16+
<img src='https://i.imgur.com/8PqPYu0.png' alt='docs' height='100px'>
17+
</a>
2118

2219
</div>
2320

24-
</a>
25-
2621
## About
2722

2823
This package is part of [SplitScript.js, the everything framework](https://splitscript.js.org)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitscript.js/https",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Send HTTPS/HTTP requests",
55
"types": "./dist/types/index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)