Skip to content

Commit 1460b49

Browse files
authored
Fix typo in README.md
1 parent 198eec9 commit 1460b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ User-defined functions are supplied through an instance of `NameResolver`:
387387

388388
```csharp
389389
var myFunctions = new StaticMemberNameResolver(typeof(MyFunctions));
390-
var expr = SerilogExpression.Compile("IsHello(User.Name)", nameResolver: customSerilogFunctions);
390+
var expr = SerilogExpression.Compile("IsHello(User.Name)", nameResolver: myFunctions);
391391
// Filter events based on whether `User.Name` is `'Hello'` :-)
392392
```
393393

0 commit comments

Comments
 (0)