Skip to content

Commit

Permalink
Cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds committed Jun 27, 2019
1 parent e104c0f commit 960f4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private FunctionExecutor FunctionExecutor = new FunctionExecutor(
);

[Fact]
public void TestArgStringArrayReturnVoid()
public void Test()
{
FunctionExecutor.Run(
(string[] args) =>
Expand All @@ -79,7 +79,7 @@ static int Main(string[] args)
}
else
{
ExecFunction.Start(() => System.Console.WriteLine("Hello world!")).WaitForExit();
ExecFunction.Run(() => System.Console.WriteLine("Hello world!"));
return 0;
}
}
Expand Down

0 comments on commit 960f4ec

Please sign in to comment.