From 17bde1efb5d57e7257e72681334b491d809e283d Mon Sep 17 00:00:00 2001 From: Bomme <13520622+Bomme@users.noreply.github.com> Date: Tue, 17 Apr 2018 16:46:49 +0200 Subject: [PATCH] fix mail address hyperlinks; minor changes in wording --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 420d343..acd3a04 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.com/gini/dexter.svg?token=hks5AUpe81U7Yryvaqjm&branch=master)](https://travis-ci.com/gini/dexter) `dexter` is a OIDC (OpenId Connect) helper to create a hassle-free Kubernetes login experience powered by Google as Identity Provider. -All you need is a properly Google client ID & secret. +All you need is a properly configured Google client ID & secret. ## Authentication Flow @@ -25,7 +25,7 @@ All you need is a properly Google client ID & secret. ## Installation -You can download prebuilt version from the [Github release section](https://github.com/gini/dexter/releases) or build it yourself: +You can download a prebuilt version from the [Github release section](https://github.com/gini/dexter/releases) or build it yourself: ``` go get -u github.com/gini/dexter @@ -121,7 +121,7 @@ It's awesome that you consider contributing to `dexter` and it's really simple. ## Authors -Initial code was written by [Daniel Kerwin](daniel@gini.net) & [David González Ruiz](david@gini.net) +Initial code was written by [Daniel Kerwin](mailto:daniel@gini.net) & [David González Ruiz](mailto:david@gini.net) ## Acknowledgements