Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Polve committed Dec 4, 2018
1 parent 514c437 commit 15596b1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
JavaBitcoindRpcClient
=====================
bitcoin-rpc-client
==================

Java Bitcoind RPC Client is a lightweight Java bitcoin JSON-RPC client binding. It does not require any external dependencies.

It simply a repackaging of the original tool described here https://en.bitcoin.it/wiki/Bitcoin-JSON-RPC-Client with some small improvements.
This is a lightweight java bitcoind JSON-RPC client binding. It does not require any external dependencies.

Maven
=====
Expand All @@ -12,7 +10,7 @@ The package is published in the wf.bitcoin group and you can add it to you pom.x
```
<dependency>
<groupId>wf.bitcoin</groupId>
<artifactId>JavaBitcoindRpcClient</artifactId>
<version>0.9.13</version>
<artifactId>bitcoin-rpc-client</artifactId>
<version>1.1.0</version>

This comment has been minimized.

Copy link
@tdiesler

tdiesler Dec 5, 2018

Collaborator

How about doing this release?

This comment has been minimized.

Copy link
@Polve

Polve Dec 5, 2018

Author Owner

Yes I was thinking to. Are there anything else to add?

This comment has been minimized.

Copy link
@tdiesler

tdiesler Dec 5, 2018

Collaborator
</dependency>
```

3 comments on commit 15596b1

@tdiesler
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about a generated changelog like this?

@Polve
Copy link
Owner Author

@Polve Polve commented on 15596b1 Dec 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes that would be great, but I've no time to prepare it.
If you want to give it a try I'll be happy to add it.

@tdiesler
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#91

Please sign in to comment.