Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteDecoder committed Aug 14, 2024
1 parent 0727e3e commit 100fb69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can find the documentation for previous versions < 1.0.0 here [documentation

Minimalist query engine executor used with Entity Framework Core + LINQ for quick experiments

Targeted to .Net 6
Targeted to .Net 8

## Installation

Expand Down
2 changes: 1 addition & 1 deletion src/Queryology/QueryologyEngineBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class QueryologyEngineBuilder<T> : IQueryologyEngineBuilder<T>
public QueryologyEngineOptions<T> Options { get; }

/// <summary>
///
/// Queryology Engine Builder Constructor
/// </summary>
public QueryologyEngineBuilder()
{
Expand Down

0 comments on commit 100fb69

Please sign in to comment.