From 13bd99795c01e4b11a1eddf806fc4eb0a2cd2216 Mon Sep 17 00:00:00 2001 From: The Doctor Date: Thu, 18 Jun 2020 11:30:49 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1356d16..b5f8e32 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ PMF is a barebones C# library that provides basic support for package management These functions need to be called at the beggining of the program and at the end, respectively, they handle the manifest.json file that is saved with information regarding packages installed ```csharp -PackageManager.Start(); +public static void PackageManager.Start(); // Do stuff -PackageManager.Stop(); +public static void PackageManager.Stop(); ``` ### Install