diff --git a/README.md b/README.md index 79f34e4..24c4f0b 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ SolutionParser contains three parsers for more or less detailed access to a solu The `SolutionParser` class is the most direct parser, and returns a fully composed `Solution` object. ```csharp -var solution = SolutionParser.Parse('/path/to/solution.sln'); +var solution = SolutionParser.Parse("/path/to/solution.sln"); ``` ###GlobalSectionParser### @@ -129,4 +129,4 @@ Running unit tests ------------------ SolutionParser assumes package restore is enabled. To run the tests just clone the project, hit build, and run the unit tests with your -favorite NUnit runner. \ No newline at end of file +favorite NUnit runner.