From 7470a65f60631c246928b51211cd056d3513aefb Mon Sep 17 00:00:00 2001 From: Kagami Hiiragi Date: Sun, 28 Dec 2014 20:08:41 +0300 Subject: [PATCH] Readme fixes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a25753..0ab7325 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # bitmessage [![Build Status](https://travis-ci.org/bitchan/bitmessage.svg?branch=master)](https://travis-ci.org/bitchan/bitmessage) -JavaScript Bitmessage library for both browserify and node. The goal of this project is to implement Bitmessage protocol v3 for both platforms at the maximum possible level (we still can't create TCP connections or listen for incoming connections in the Browser but Proof of work and crypto is fully doable). +JavaScript Bitmessage library for both browserify and node. The goal of this project is to implement Bitmessage protocol v3 for both platforms at the maximum possible level (we still can't create TCP connections or listen for incoming connections in the Browser but the Proof of work and crypto is fully doable). + +Public library API is currently in alpha stage, breaking changes are very likely to happen. ## References @@ -66,7 +68,7 @@ With the help of browserify `bitmessage` provides different implementations for - [ ] decode knownnodes.dat - [ ] decode messages.dat -# Feature matrix (Node.js only) +## Feature matrix (Node.js only) - [ ] Network - [ ] Bootstrap