diff --git a/README.md b/README.md index 85f2d22..0cd4d49 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ If you want to add custom sort/filter methods, inject `ISieveCustomSortMethods` For instance: ``` -services.AddScoped(); -services.AddScoped(); +services.AddScoped(); +services.AddScoped(); ``` Where `SieveCustomSortMethodsOfPosts` for example is: ```