From 259c664c424656ac8dea0640e2d8b6ba5df88554 Mon Sep 17 00:00:00 2001 From: PerthCharern <26418622+PerthCharern@users.noreply.github.com> Date: Wed, 2 May 2018 14:56:00 -0700 Subject: [PATCH] A few grammatical changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dde5c5c..46b97cc 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,8 @@ C# Document Generator supports fetching Newtonsoft.Json `JsonProperty` and `Json Document generator also allows you to provide an optional advanced configuration as input in `OpenApiGeneratorConfig.AdvancedConfigurationXmlDocument` which enables: -- Specifying annotations that logically apply to either the entire document or to certain set of operations. -- Generate multiple documents based on the variant information provided. +- Specifying annotations that logically apply to either the entire document or certain sets of operations. +- Generating multiple documents based on the provided variant information. The configuration XML is handcrafted (NOT generated from Visual Studio build).