From 557006faab6021dd48e8c6d00560c85ca0a08df9 Mon Sep 17 00:00:00 2001 From: laolarou Date: Fri, 26 Mar 2021 12:14:50 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 79b3e5dd..c4954269 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ All you need for minecraft launcher in typescript. https://voxelum.github.io/min Install-Package ProjBobcat ``` in Package Manager Console. +* You need to add two lines of code into your program's entry point (App.xaml.cs or something else): + ```c# + ServiceHelper.Init(); + HttpClientHelper.Init(); + ``` ## Roadmap