Browse Source

Fix README links (not ready yet though)

master
junderw 5 years ago
parent
commit
6723ad3cc6
No known key found for this signature in database GPG Key ID: A9273B5AD3E47B45
  1. 4
      README.md
  2. 2
      package.json

4
README.md

@ -1,7 +1,7 @@
# Payjoin Client
[![Build Status](https://travis-ci.org/bitcoinjs/bip32.png?branch=master)](https://travis-ci.org/bitcoinjs/bip32)
[![Build Status](https://travis-ci.org/bitcoinjs/payjoin-client.png?branch=master)](https://travis-ci.org/bitcoinjs/payjoin-client)
[![NPM](https://img.shields.io/npm/v/bip32.svg)](https://www.npmjs.org/package/bip32)
[![NPM](https://img.shields.io/npm/v/payjoin-client.svg)](https://www.npmjs.org/package/payjoin-client)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

2
package.json

@ -1,5 +1,5 @@
{
"name": "payjoin-client-js",
"name": "payjoin-client",
"version": "1.0.0",
"description": "A BTCPay Payjoin compatible client",
"keywords": [

Loading…
Cancel
Save