diff --git a/README.md b/README.md index eb1f6f2..9f6fd00 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,10 @@ dotnet add package FluentAssertions.Analyzers You can exclude assertion methods using the `.editorconfig` file: -```` +```ini [*.cs] ffa_excluded_methods=M:NUnit.Framework.Assert.Fail;M:NUnit.Framework.Assert.Fail(System.String) -```` +``` ## Getting Started