Skip to content

Commit

Permalink
docs: update example link in README to point to the correct test file…
Browse files Browse the repository at this point in the history
… location
  • Loading branch information
lekman committed Nov 29, 2024
1 parent afb017b commit a7019b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ result.Should().NotBeEmpty("A result should have been returned");
result.Should().Be(myObj.Title, "The expected result should be returned");
```

[See the full example](https://github.com/lekman/Liquid.Parser/blob/main/Liquid.Tests/LiquidParserTests.cs#L22)
[See the full example](https://github.com/lekman/AzureLiquid/blob/feature/nuget-release/AzureLiquid.Tests/LiquidParserTests.cs)

Another example can be made where we use a string body to transform the data.

Expand Down

0 comments on commit a7019b9

Please sign in to comment.