From b21189d40e299ef14dc9bad8964aaa5e17cad46b Mon Sep 17 00:00:00 2001 From: Muneeb Ali Date: Sun, 12 Feb 2017 23:15:50 -0500 Subject: [PATCH] minor update --- api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/README.md b/api/README.md index cfb1df829..1311f4b86 100644 --- a/api/README.md +++ b/api/README.md @@ -1,7 +1,7 @@ Blockstack Core API ========= -The Blockstack REST APIv1 is defined here. See [development status](https://github.com/blockstack/blockstack-core/milestone/6). +The Blockstack REST APIv1 is defined here. See the [development status](https://github.com/blockstack/blockstack-core/milestone/6). Blockstack Core v0.13 and earlier had an RPC interface. Starting from Blockstack Core v0.14, we'll focus on the new REST API as the primary interface. We're also consolidating various Blockstack services, like the resolver and search, into a single interface.