From 77c2a94644dd7ec9c3ae8c995c32f2ad8d90a7b1 Mon Sep 17 00:00:00 2001
From: Niall Sheridan <nsheridan@gmail.com>
Date: Tue, 14 Jun 2016 21:23:26 +0100
Subject: [PATCH] Update README

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index d3322673..0c9573bf 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Unlike ssh keys, certificates can contain additional information:
 - Which user(s) may use the certificate
 - When the certificate is valid from
 - When the certificate expires
-- Permissions 
+- Permissions
 
 Other benefits of certificates:
 -  Unlike keys certificates don't need to be distributed to every machine - the sshd just needs to trust the key that signed the certificate.
@@ -96,10 +96,10 @@ Options are set in the `provider_opts` hash.
 Example:
 
 ```
-"auth": {
-  "provider": "google",
-  "provider_opts" : {
-    "domain": "example.com"
+auth = {
+  provider = "google"
+  provider_opts {
+    domain = "example.com"
   }
 }
 ```
-- 
GitLab