diff --git a/README.md b/README.md index 02afc5b..a8759e1 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,9 @@ public class PersonProxy : IPerson } ``` -### Use it +### :three: Use it ``` c# IPerson p = new PersonProxy(new Person()); p.Name = "test"; p.HelloWorld("stef"); -``` \ No newline at end of file +```