From af3da58ce147f7f0d77e4dfce796392dc2fdde03 Mon Sep 17 00:00:00 2001 From: Biarity Date: Wed, 7 Feb 2018 16:13:47 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: ```