Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kblackcn committed Aug 24, 2015
1 parent 0b67693 commit b761ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var version = core.GetVersion("1.8");


```csharp
var result = App.LauncherCore.Launch(new LaunchOptions
var result = core.Launch(new LaunchOptions
{
Version = App.LauncherCore.GetVersion(server.VersionId)
Authenticator = new OfflineAuthenticator("Steve"), // offline
Expand Down

0 comments on commit b761ed3

Please sign in to comment.