Skip to content

Commit 212345c

Browse files
Fix word in README
1 parent 723291a commit 212345c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pip install python-json-config-parser
1212

1313
HOW TO USE
1414
---------------------------
15-
The Class Config takes two arguments, the first is a Schema(https://github.com/keleshev/schema) to secure the model of config, the second is the str path of json config file.
15+
The Class Config takes two arguments, the first is a Schema(https://github.com/keleshev/schema) to ensure the model of config, the second is the str path of json config file.
1616

1717
If you don't specify the path, the default value('config.json') will be used if one exists in the same dir where the script is running.
1818

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="python-json-config-parser",
8-
version="1.0.5",
8+
version="1.0.6",
99
author="Bruno Silva de Andrade",
1010
author_email="brunojf.andrade@gmail.com",
1111
description="Project created to given the possibility of create dynamics Json config files",

0 commit comments

Comments
 (0)