From 6676b0e50a906c0244e144339358b1ae346446e9 Mon Sep 17 00:00:00 2001 From: catherineheywood Date: Thu, 5 May 2016 12:08:14 +0100 Subject: [PATCH] Doc tweak (GDS style guide) --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 2dac6d90e..8ffc85beb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -72,7 +72,7 @@ There are 2 ways to integrate the API into your service: * [Java library] (https://github.com/alphagov/notifications-java-client) * develop your own integration to produce requests in the correct format -### Authenticating requests +### Authenticate requests GOV.UK Notify uses [JSON Web Tokens (JWT)](https://jwt.io/introduction/) for authentication and identification. The GOV.UK Notify client libraries encode and decode JSON Web Tokens when making requests to the GOV.UK Notify API. If you don’t use one of these libraries, you must manually create tokens yourself.