From 2e21e93f29ef90e6db540de303bd92c42bbe268f Mon Sep 17 00:00:00 2001 From: The Doctor Date: Thu, 18 Jun 2020 11:31:42 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1954ca8..1356d16 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ public static PackageState UpdateBySdkVersion(string id, out Package package, bo Defines the manifest file name ```csharp -public static string Config.ManifestFileName = "manifest.json"; +string Config.ManifestFileName = "manifest.json"; ``` Defines the folder where packages are to be installed