diff --git a/README.md b/README.md
index d33226736f3902a6365ccc4d520b132cbcf6529c..0c9573bf03f3f9f9610f6a06323f5cd1d811ca4b 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"
   }
 }
 ```