diff --git a/README.md b/README.md index 20a6757..5d09378 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ - [@kalteblau](https://github.com/kalteblau): Validate path & collision - [@HarrisonXi](https://github.com/HarrisonXi): Add missing identifier -- [@leconio](https://github.com/leconio): handle dict key missing exception +- [@leconio](https://github.com/leconio): Handle dict key missing exception - [@lonelyhentai](https://github.com/lonelyhentai): Add pip support ## Dependency @@ -72,4 +72,4 @@ def dump(input_path, output_path = None, skip = True): returns: a string of output file path or none if conversion is skipped ''' -``` \ No newline at end of file +```