From 4c8872e1a02398961a0b836b327f295692178b97 Mon Sep 17 00:00:00 2001 From: florisvdg Date: Wed, 27 May 2020 11:33:52 +0200 Subject: [PATCH 1/4] Redesign README heading --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ab28450..be352103 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@

- SecretHub + SecretHub

-

- CLI -

+
+ +

+ Get Started + View Docs +

+
+ +# CLI [![GoDoc](https://godoc.org/github.com/secrethub/secrethub-cli?status.svg)][godoc] [![CircleCI](https://circleci.com/gh/secrethub/secrethub-cli.svg?style=shield)][circle-ci] From 366f1dc44136d4f20e654e2635f0dee058343589 Mon Sep 17 00:00:00 2001 From: florisvdg Date: Thu, 28 May 2020 09:27:17 +0200 Subject: [PATCH 2/4] Use SecretHub CLI as title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be352103..29230e01 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@


-# CLI +# SecretHub CLI [![GoDoc](https://godoc.org/github.com/secrethub/secrethub-cli?status.svg)][godoc] [![CircleCI](https://circleci.com/gh/secrethub/secrethub-cli.svg?style=shield)][circle-ci] From af07bac6963dc79ee188bd29f27dde7de8d72b61 Mon Sep 17 00:00:00 2001 From: florisvdg Date: Fri, 29 May 2020 11:14:32 +0200 Subject: [PATCH 3/4] Remove margin from heading image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29230e01..6e9d618a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- SecretHub + SecretHub


From f12d06baa6c340d82903224723e373057791ca28 Mon Sep 17 00:00:00 2001 From: florisvdg Date: Fri, 29 May 2020 11:17:05 +0200 Subject: [PATCH 4/4] Rephrase SecretHub description to reduce redundancy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e9d618a..70b7b65f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The SecretHub CLI provides the command-line interface to interact with the SecretHub API. -> [SecretHub][secrethub] is a secret management platform that every engineer can use. Securely provision passwords and keys throughout your entire stack with just a few lines of code. +> [SecretHub][secrethub] is a secret management tool that works for every engineer. Securely provision passwords and keys throughout your entire stack with just a few lines of code. ## Get started