From 744dba44fada535b0ec8733607497a7e8fecae2b Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 9 Jun 2016 12:29:11 +0100 Subject: [PATCH] Minor docs update --- docs/tutorial/7-schemas-and-client-libraries.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tutorial/7-schemas-and-client-libraries.md b/docs/tutorial/7-schemas-and-client-libraries.md index 9795bed95..62191ba63 100644 --- a/docs/tutorial/7-schemas-and-client-libraries.md +++ b/docs/tutorial/7-schemas-and-client-libraries.md @@ -26,7 +26,7 @@ Core API command line client. $ pip install coreapi-cli -The first +First we'll load the API schema using the command line client. $ coreapi get http://127.0.0.1:8000/ @@ -44,6 +44,7 @@ The first retrieve(id) } +At this point we're able to see all the available API endpoints. We can now interact with the API using the command line client: