mirror of
				https://github.com/Biarity/Sieve.git
				synced 2025-11-04 02:39:00 +01:00 
			
		
		
		
	Update README.md
This commit is contained in:
		@@ -65,8 +65,8 @@ If you want to add custom sort/filter methods, inject `ISieveCustomSortMethods`
 | 
			
		||||
 | 
			
		||||
For instance:
 | 
			
		||||
```
 | 
			
		||||
services.AddScoped<SieveCustomSortMethods>();
 | 
			
		||||
services.AddScoped<SieveCustomFilterMethods>();
 | 
			
		||||
services.AddScoped<ISieveCustomSortMethods, SieveCustomSortMethods>();
 | 
			
		||||
services.AddScoped<ISieveCustomFilterMethods, SieveCustomFilterMethods>();
 | 
			
		||||
```
 | 
			
		||||
Where `SieveCustomSortMethodsOfPosts` for example is:
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user