From 4b234092b8177996a22f6e816b06a71b4591fdef Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar <31743758+Akilan1999@users.noreply.github.com> Date: Sun, 20 Feb 2022 17:41:48 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4efb77e..c3f95c6 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ func MobileMain(path string) { // save modified config changes core.SaveConfig(path+"Config.yaml", &config) - backendInit, status, err := core.Init("Your application/1.0", path+"Config.yaml", nil) + backendInit, status, err := core.Init("Your application/1.0", path+"Config.yaml", nil, nil) if status != core.ExitSuccess { fmt.Printf("Error %d initializing config: %s\n", status, err.Error()) return