From aa5b3cce6131d56ea4ba0499ba85438ff63f43cd Mon Sep 17 00:00:00 2001 From: n0rmz Date: Wed, 5 Mar 2014 14:57:45 -0600 Subject: [PATCH] Update API.md --- API.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/API.md b/API.md index ea149e6d32..b74dbcf89a 100644 --- a/API.md +++ b/API.md @@ -8,7 +8,9 @@ The `ripple-rest` API makes it easy to access the Ripple system via a RESTful we While there are different APIs that you can use, for example by accessing the `rippled` server directly via a web socket, this documentation focuses on the `ripple-rest` API as this is the high-level API recommended for working with the Ripple system. -A test version of the `ripple-rest` server is up and running at https://ripple-rest.herokuapp.com +A test version of the `ripple-rest` server is up and running at: + +`https://ripple-rest.herokuapp.com` ## Available API Routes