Changing project name.
This commit is contained in:
parent
67ad99006f
commit
caed38420b
@ -62,13 +62,13 @@ Easy way to add Mempool API to your JS application.
|
||||
Using npm:
|
||||
|
||||
```bash
|
||||
$ npm install mempool-js
|
||||
$ npm install mempool-space-js
|
||||
```
|
||||
|
||||
Using yarn:
|
||||
|
||||
```bash
|
||||
$ yarn add mempool-js
|
||||
$ yarn add mempool-space-js
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "mempool-js",
|
||||
"name": "mempool-space-js",
|
||||
"version": "1.0.0",
|
||||
"description": "NPM Package for Mempool.Space API.",
|
||||
"main": "lib/index.js",
|
||||
@ -8,7 +8,7 @@
|
||||
"url": "http://miguelmedeiros.com.br",
|
||||
"private": false,
|
||||
"license": "MIT",
|
||||
"repository": "github:MiguelMedeiros/mempool-js",
|
||||
"repository": "github:MiguelMedeiros/mempool-space-js",
|
||||
"types": "lib/index.d.ts",
|
||||
"scripts": {
|
||||
"start": "ts-node src/index.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user