From 315f891ad79c69dee08e54da4f41cdabfbe104a1 Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Thu, 12 Apr 2018 19:55:00 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c49ea08..c7b375f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The `load` method of Sec attempts to load the contents of a secret, based on a g 3. Load the content of the environment variable `{name}` (`name` is uppercased here) 4. Return the value of the `fallback` argument if provided, or `None` -## Example +## Examples ### Loading a secret from `/run/secrets`