Changing project name.

This commit is contained in:
MiguelMedeiros\Miguel Medeiros 2021-02-08 17:03:18 -03:00
parent 67ad99006f
commit caed38420b
2 changed files with 4 additions and 4 deletions

View File

@ -62,13 +62,13 @@ Easy way to add Mempool API to your JS application.
Using npm: Using npm:
```bash ```bash
$ npm install mempool-js $ npm install mempool-space-js
``` ```
Using yarn: Using yarn:
```bash ```bash
$ yarn add mempool-js $ yarn add mempool-space-js
``` ```
## Usage ## Usage

View File

@ -1,5 +1,5 @@
{ {
"name": "mempool-js", "name": "mempool-space-js",
"version": "1.0.0", "version": "1.0.0",
"description": "NPM Package for Mempool.Space API.", "description": "NPM Package for Mempool.Space API.",
"main": "lib/index.js", "main": "lib/index.js",
@ -8,7 +8,7 @@
"url": "http://miguelmedeiros.com.br", "url": "http://miguelmedeiros.com.br",
"private": false, "private": false,
"license": "MIT", "license": "MIT",
"repository": "github:MiguelMedeiros/mempool-js", "repository": "github:MiguelMedeiros/mempool-space-js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"scripts": { "scripts": {
"start": "ts-node src/index.ts", "start": "ts-node src/index.ts",