From bd65e1ef4ab9f2fe8664684ce5e9ef3f1fad7f5a Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 1 Feb 2022 20:12:59 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```