From b709dd484d2ca85a08544d400635ee6844b57013 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 10 Jun 2016 14:23:32 +0100 Subject: [PATCH] Docs tweak --- docs/tutorial/7-schemas-and-client-libraries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/7-schemas-and-client-libraries.md b/docs/tutorial/7-schemas-and-client-libraries.md index c89dcd3d7..8d772a5bf 100644 --- a/docs/tutorial/7-schemas-and-client-libraries.md +++ b/docs/tutorial/7-schemas-and-client-libraries.md @@ -131,8 +131,8 @@ the highlight HTML for a particular snippet we need to provide an id. ## Authenticating our client -If we want to be able to create and edit snippets, we'll need to authenticate -as a valid user. In this case we'll just use basic auth. +If we want to be able to create, edit and delete snippets, we'll need to +authenticate as a valid user. In this case we'll just use basic auth. Make sure to replace the `` and `` below with your actual username and password.