Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

Commit

Permalink
update README and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JBaczuk committed Oct 10, 2018
1 parent 4619cae commit 8987b1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Node Bitcoin Script
[![NPM](https://img.shields.io/npm/v/node-bitcoin-script.svg)](https://www.npmjs.org/package/node-bitcoin-script)
[![NPM](https://img.shields.io/npm/v/bscript-parser.svg)](https://www.npmjs.org/package/bscript-parser)
Node Bitcoin script parser

## Installation
```
$ npm i node-bitcoin-script --save
$ npm i bscript-parser --save
```

## Usage
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "node-bitcoin-script",
"name": "bscript-parser",
"version": "1.0.2",
"description": "Node Bitcoin Script Parser",
"main": "index.js",
Expand All @@ -8,14 +8,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/JBaczuk/node-bitcoin-script.git"
"url": "git+https://github.com/JBaczuk/bscript-parser.git"
},
"author": "Jordan Baczuk",
"license": "MIT",
"bugs": {
"url": "https://github.com/JBaczuk/node-bitcoin-script/issues"
"url": "https://github.com/JBaczuk/bscript-parser/issues"
},
"homepage": "https://github.com/JBaczuk/node-bitcoin-script#readme",
"homepage": "https://github.com/JBaczuk/bscript-parser#readme",
"dependencies": {
"bitcoin-ops": "^1.4.1"
},
Expand Down

0 comments on commit 8987b1b

Please sign in to comment.