From 0e25d731c069fee8f7519fc7339d7b85eb452bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisendo=CC=88rfer?= Date: Sun, 17 Mar 2013 00:33:25 +0100 Subject: [PATCH] formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bed7fa..dd2c6c2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ released as open source, there will be no bait and switch. ## HTTP API -## `POST /files` +### `POST /files` **Request** @@ -50,7 +50,7 @@ Location: http://tus.example.com/files/123d3ebc995732b2 ``` In this case the client would proceed by querying the server: -## `GET /files/123d3ebc995732b2` +### `GET /files/123d3ebc995732b2` **Request:** ```