Skip to content

Commit 303e4ef

Browse files
committed
Ready for initial release (1.0.1)
1 parent 847c525 commit 303e4ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Therefore it is completely Promise based and makes it easy to communicate JSON d
55

66
## How to ?
77

8-
First you need to get this library, either by using [npm (w/ node)](https://nodejs.org/en/) and `npm i --save jsonclient` or by downloading it from the [GitHub repository](https://github.com/Voltra/jsonclient).
8+
First you need to get this library, either by using [npm (w/ node)](https://nodejs.org/en/) and `npm i --save @voltra/json` or by downloading it from the [GitHub repository](https://github.com/Voltra/jsonclient).
99

1010

1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voltra/json",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "a JavaScript HTTP client specialized for JSON communications, based upon the Fetch API",
55
"main": "dist/jsonclient.js",
66
"scripts": {

0 commit comments

Comments
 (0)