diff --git a/README.md b/README.md index ce1f372..0a35321 100644 --- a/README.md +++ b/README.md @@ -297,7 +297,7 @@ The V2 release renamed the **\`IQueryModel\`**-related interfaces and classes to | V1 | V2 | |-----------------------------------------|--------------------------------------------| -| IQueryModel<TResult> | IQueryStrategy<TResult> | +| IQueryModel<TResult> | IQueryStrategy<TResult> | | IEntityQueryModel<TResult> | IEntityQueryStrategy<TResult> | | EntityQueryModel<TSource, TResult> | EntityQueryStrategy<TSource, TResult> | | QueryModel | QueryStrategy |