From 0d60c576daa8be883715325c0956aa011afc0ba6 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Thu, 19 Jan 2017 17:46:12 -0800 Subject: [PATCH] Correct display of endpoints Over-long line added in eacc7ac58de6701416cbe5d44a4d3dfa4ba679a2 prevents GitHub display of table. --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 69231c5..ca85ba5 100644 --- a/README.rst +++ b/README.rst @@ -16,9 +16,9 @@ flavors by `Runscope `__ ENDPOINTS --------- -====================================== ================================================================================================================== +======================================= ================================================================================================================== Endpoint Description --------------------------------------- ------------------------------------------------------------------------------------------------------------------ +--------------------------------------- ------------------------------------------------------------------------------------------------------------------ `/`_ This page. `/ip`_ Returns Origin IP. `/user-agent`_ Returns user-agent. @@ -57,7 +57,7 @@ Endpoint Description `/forms/post`_ HTML form that submits to */post* `/xml`_ Returns some XML `/encoding/utf8`_ Returns page containing UTF-8 data. -====================================== ================================================================================================================== +======================================= ================================================================================================================== .. _/user-agent: http://httpbin.org/user-agent .. _/headers: http://httpbin.org/headers