From 2bae4c6426b8836b89f6ce8470c912335918f57b Mon Sep 17 00:00:00 2001 From: Ben Hyrman Date: Wed, 18 Jul 2018 14:08:36 +0200 Subject: [PATCH] Fix typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa96dcd..6c36ea9 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,11 @@ As we figure out the right structures the generated code may change between valu For C#, the endpoint must support JSON requests/responses, as this is all that is supported by the library. ### Validation -For C#, the Swagger defination provides a LOT of information for validating the data. It would be great to have the data provided to the calls validated client side before the call is made. +For C#, the Swagger definition provides a LOT of information for validating the data. It would be great to have the data provided to the calls validated client side before the call is made. ### OAuth2 Only For C#, The only authentication currently supported is OAuth2. # Want to help? We would love you help with this project! So please feel free to fork the code and do a pull request! -Important to note is our [Code License (MIT)](LICENSE.md) and our [Contributor License Agreement](Contributor-License-Agreement.md). \ No newline at end of file +Important to note is our [Code License (MIT)](LICENSE.md) and our [Contributor License Agreement](Contributor-License-Agreement.md).