From 06dbfbf64a4350e28b49eaedff4b7a4e761a2ad0 Mon Sep 17 00:00:00 2001 From: Christian Basler Date: Thu, 4 Feb 2016 13:01:03 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db59adc..9e7f9da 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Jabit [![Build Status](https://travis-ci.org/Dissem/Jabit.svg?branch=master)](ht A Java implementation for the Bitmessage protocol. To build, use command `gradle build` or `./gradlew build`. -Please note that development is still heavily in progress, and I will break the database a lot until it's ready for prime time. +Please note that it still has its limitations, but the API should now be stable. Jabit uses Semantic Versioning, meaning as long as the major version doesn't change, nothing should break if you update. Security -------- From f17f26bf349c9ae343e6d629885756523cd630c7 Mon Sep 17 00:00:00 2001 From: Erkan Yilmaz Date: Wed, 24 Feb 2016 15:14:42 +0100 Subject: [PATCH 2/2] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e7f9da..16a3c03 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Project Status Basically, everything needed for a working Bitmessage client is there: * Creating new identities (private addresses) -* Adding contracts and subscriptions +* Adding contacts and subscriptions * Receiving broadcasts * Receiving messages * Sending messages and broadcasts