Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
enkomio committed Dec 20, 2018
1 parent bb1ff25 commit 56d0704
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Let's consider the following code:

namespace InjectedAssembly
{
public class Main
{
public class Main
{
// we use a default injection method name in order to execute our code in the remote process
private static void Inject()
private static void Inject()
{
Console.WriteLine("Hello world from the injected process!");
}
Expand Down

0 comments on commit 56d0704

Please sign in to comment.