Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 authored Mar 26, 2021
1 parent 5a81a67 commit 557006f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 557006f

Please sign in to comment.