From 1be8a721bbc828bd0ad6dc1a68c76674deca8755 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sun, 10 Feb 2019 08:00:42 +0100 Subject: [PATCH] fixed marshal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0208eac..da7da8c 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