From d493c32b69b8c6f2377bf30bc4d70267ffbc0793 Mon Sep 17 00:00:00 2001
From: Adriano <acaloiaro@users.noreply.github.com>
Date: Tue, 10 Jul 2018 08:30:20 -0400
Subject: [PATCH] Update README.md (#470)

Fix typo in the environment variable usage documentation.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d1b8737..d752822 100644
--- a/README.md
+++ b/README.md
@@ -191,7 +191,7 @@ _When working with ENV variables, it’s important to recognize that Viper
 treats ENV variables as case sensitive._
 
 Viper provides a mechanism to try to ensure that ENV variables are unique. By
-using `SetEnvPrefix`, you can tell Viper to use add a prefix while reading from
+using `SetEnvPrefix`, you can tell Viper to use a prefix while reading from
 the environment variables. Both `BindEnv` and `AutomaticEnv` will use this
 prefix.