From f6c033f068517a0650b23615b64137400a091f33 Mon Sep 17 00:00:00 2001 From: David Renshaw Date: Sat, 3 Feb 2018 14:47:41 -0500 Subject: [PATCH] remove 'work-in-progress' from README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ed78753..2a9c3fa 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Build Status](https://travis-ci.org/capnproto/capnproto-java.svg?branch=master)](https://travis-ci.org/capnproto/capnproto-java) [Cap'n Proto](http://capnproto.org) is an extremely efficient protocol for sharing data -and capabilities, -and capnproto-java is a work-in-progress pure Java implementation. +and capabilities, and capnproto-java is a pure Java implementation. [Read more here.](https://dwrensha.github.io/capnproto-java/index.html)