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: