From b2a51dc1b148b13eac7a3a0dad2a677a35dd0f52 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 9 Mar 2026 17:35:22 -0600 Subject: [PATCH] docs: Cleaned up README formatting a tad (80 character column length) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c950464..107440a 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ files or sprinkling environment variables everywhere. ## Overview -`gman` acts as a universal wrapper for any command that needs credentials. Store your secrets—API tokens, passwords, -certs—with a provider, then either fetch them directly or run your command through `gman` to inject what it needs as +`gman` acts as a universal wrapper for any command that needs credentials. Store your secrets (e.g. API tokens, passwords, +certs, etc.) with a provider, then either fetch them directly or run your command through `gman` to inject what it needs as environment variables, flags, or file content. ## Quick Examples: Before vs After @@ -694,7 +694,7 @@ gman managarr ### Multiple Providers and Switching -You can define multiple providers—even multiple of the same type—and switch between them per command. +You can define multiple providers (even multiple of the same type) and switch between them per command. Example: two AWS Secrets Manager providers named `lab` and `prod`.