diff --git a/README.md b/README.md index d217d50..78a2c4f 100644 --- a/README.md +++ b/README.md @@ -88,13 +88,13 @@ Special Information Contributing ------------ I am definitely interested in the communities help in adding more scrubbers and modifiers. -Please send a PR with tests, and preferably no extra dependencies, at lease until a solid base +Please send a PR with tests, and preferably no extra dependencies, at least until a solid base has been built. -Complimentary Software +Complementary Software ---------------------- -Here is a list of software that compliments using this library post decoding. +Here is a list of software that complements using this library post decoding. * [validator](https://github.com/go-playground/validator) - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving. * [form](https://github.com/go-playground/form) - Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.