diff --git a/docs/index.md b/docs/index.md
index 8389c357d..ab2cea8fb 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -65,16 +65,13 @@ GOV.UK Notify provides an API that allows you to create text and email notificat
There are two ways to integrate the API into your service:
-
-- use one of the client libraries provided by GOV.UK Notify:
-
+* use one of the client libraries provided by GOV.UK Notify:
+
- [Python library](https://github.com/alphagov/notifications-python-client)
- [PHP library] (https://github.com/alphagov/notifications-php-client)
- [Java library] (https://github.com/alphagov/notifications-java-client)
-
-- develop your own integration to produce requests in the correct format
-
+* develop your own integration to produce requests in the correct format
GOV.UK Notify uses [JSON Web Tokens (JWT)](https://jwt.io/) 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.