From 7ef5bdf5b1368647102aebdd76f2605e133a2890 Mon Sep 17 00:00:00 2001
From: Mark <mark@openappstack.net>
Date: Mon, 9 Dec 2019 16:33:26 +0100
Subject: [PATCH] Typo

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5da8e71..646fc8f 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ To use OpenID Connect or oAuth you need to set up an oAuth Client for every appl
 needs to authenticate it's users. You can leverage the Hydra Admin API to create oAuth clients.
 As a starting point, you can have a look at the script provided in `test/`.
 
-To use SSO, configure your oAuth client (for example netxtcloud) and create a new oAuth client object.
+To use SSO, configure your oAuth client (for example nextcloud) and create a new oAuth client object.
 After your server is running, refer to `https://sso.<YOUR.DOMAIN>/.well-known/openid-configuration` as a reference on how to configure your openID Connect or oAuth client.
 
 # Testing
-- 
GitLab