From 873a2fd03b90b9ff646009e3611eeb2df3cf2382 Mon Sep 17 00:00:00 2001 From: Alexander James Wallar Date: Tue, 21 Jan 2014 01:58:42 -0500 Subject: [PATCH] Updated readme --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index efcab68..fed555e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To make use of this API, the Locaudio server and the RethinkDB database must be ### Getting positions of sounds - GET /location/:sound_name + GET /locations/:sound_name #### Parameters @@ -44,7 +44,6 @@ To make use of this API, the Locaudio server and the RethinkDB database must be - `sound_name`: The name of the sounds #### Return structure -##### If successful [ { @@ -55,13 +54,6 @@ To make use of this API, the Locaudio server and the RethinkDB database must be confidence: ] -##### If failure - - { - error: , - message: - } - ### Get UI for sound position GET /viewer/:sound_name