From 1df23fff90d025f0bd36bc8177b2385ff29a006b Mon Sep 17 00:00:00 2001 From: catherineheywood Date: Tue, 3 May 2016 11:36:01 +0100 Subject: [PATCH] Doc tweaks, improve readability (GDS style guide) --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index dfda86591..215456836 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ This document is for central government developers, technical architects, and se ## About GOV.UK Notify -GOV.UK Notify is a cross-government platform, currently in beta, that lets government services send notifications by sms or email. +GOV.UK Notify is a cross-government platform that lets government services send notifications by sms or email. It is currently in beta. There are 2 ways to send notifications: @@ -52,7 +52,7 @@ To get started: 6. If you intend to use the GOV.UK Notify API, create a new API key. This will be used to connect to the GOV.UK Notify API. - Each service can have multiple API keys. This allows you to integrate a number of systems, each with its own key. You can also have separate keys for your development and test environments. + Each service can have multiple API keys. This allows you to integrate several systems, each with its own key. You can also have separate keys for your development and test environments. **Important:** API keys are secret, so save them somewhere safe. Do not commit API keys to public source code repositories.