Skip to content

Commit

Permalink
chore(docs): updated code section
Browse files Browse the repository at this point in the history
  • Loading branch information
prahladyeri committed Jun 30, 2019
1 parent 6d7d79f commit 72fdb39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ def get_config():
config = cfgsaver.get("<your_package>") #returns None if config file doesn't exist
```

This will save the configuration data to `~/.config/<your_package>/` on both linux and windows.
This will save the configuration data to `~/.config/<your_package>/cfg.json` on both linux and windows.

For information on shipping default configuration data packaged with your app using `setup.py`, read [detailed docs](https://cfgsaver.readthedocs.io/en/latest/).

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -37,7 +37,7 @@ Import the `cfgsaver` module to save/read configuration values in your source fi
# unless cfgpath parameter is overridden:
config = cfgsaver.get("<your_package>") #returns None if config file doesn't exist
This will save the configuration data to `~/.config/<your_package>/` on both linux and windows.
This will save the configuration data to `~/.config/<your_package>/cfg.json` on both linux and windows.

In case you want to ship some default configuration data packaged with your app, then read the below instructions carefully:

Expand Down

0 comments on commit 72fdb39

Please sign in to comment.