diff --git a/README.md b/README.md index e517c46..d436292 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,5 @@ pip install iniutil ## Usage ```python from iniutil import parse_ini -confg = parse_ini("path/to/config.ini") -``` \ No newline at end of file +config = parse_ini("path/to/config.ini") +```