diff --git a/README.md b/README.md index fee93e1..bde9726 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ public void Configuration(IApplicationBuilder app) public void ConfigureServices(IServiceCollection services) { ... - HttpModelHandler.ModelBindersTypes.Clear(); // This is required to remove built-in JSON model binder (based on System.Text.Json) + HttpModelHandler.ModelBindersTypes.Clear(); // This is required to remove built-in JSON model binder (based on System.Text.Json) DIContainer.Current.RegisterJsonModelBinder(); ... }