From a1ecfa6a20bd4ef9e9caded262ee1b1b26847675 Mon Sep 17 00:00:00 2001 From: Nick Miyake Date: Fri, 9 Jun 2017 14:46:44 -0700 Subject: [PATCH] Fix apostrophes in README Fix "it's" -> "its". --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25181df..577088f 100644 --- a/README.md +++ b/README.md @@ -575,13 +575,13 @@ initialization needed to begin using Viper. Since most applications will want to use a single central repository for their configuration, the viper package provides this. It is similar to a singleton. -In all of the examples above, they demonstrate using viper in it's singleton +In all of the examples above, they demonstrate using viper in its singleton style approach. ### Working with multiple vipers You can also create many different vipers for use in your application. Each will -have it’s own unique set of configurations and values. Each can read from a +have its own unique set of configurations and values. Each can read from a different config file, key value store, etc. All of the functions that viper package supports are mirrored as methods on a viper.