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