Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
fixed the README and updated the version
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-arweave committed Apr 13, 2021
1 parent b020570 commit 50f169f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm install https://arweave.net/IkZLzAPt8ArujsQL6Y7Rx1CTZx8N0hgUTLvl5_Uokls
and then import it in your project as the following:

```javascript
import TestWeave from 'TestWeave';
import TestWeave from 'testweave-sdk';
```
## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testweave-sdk",
"version": "0.2.1",
"version": "0.2.2",
"description": "This is the SDK of TestWeave. TestWeave is the testing environment of the Arweave.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 50f169f

Please sign in to comment.