From b8a4ce9f74f6025d06d75a2e0025b3bffc8ecdf3 Mon Sep 17 00:00:00 2001 From: Nzix Date: Mon, 2 Dec 2019 01:52:41 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```