From a52795991d57899f91c64d254ff3985cfccd1faf Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 11 Jun 2019 22:50:29 +0200 Subject: [PATCH] fixed marshal (#647) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b558730..b4ff39d 100644 --- a/README.md +++ b/README.md @@ -619,7 +619,7 @@ if err != nil { ### Marshalling to string -You may need to marhsal all the settings held in viper into a string rather than write them to a file. +You may need to marshal all the settings held in viper into a string rather than write them to a file. You can use your favorite format's marshaller with the config returned by `AllSettings()`. ```go