| Index: node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/readme.md
|
| diff --git a/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/readme.md b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/readme.md
|
| index 1d94848105d7b632a4e0d4916b9a63dcd0ac40e1..28005b7a20f7ff66764d606f86178b5d411c7aae 100644
|
| --- a/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/readme.md
|
| +++ b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/readme.md
|
| @@ -1,11 +1,11 @@
|
| # configstore [](http://travis-ci.org/yeoman/configstore)
|
|
|
| -Easily load and persist config without having to think about where and how.
|
| +> Easily load and persist config without having to think about where and how.
|
|
|
| Config is stored in a YAML file to make it simple for users to edit the config directly themselves. The file is located in `$XDG_CONFIG_HOME` or `~/.config`. Eg: `~/.config/configstore/id-of-your-choosing.yml`
|
|
|
|
|
| -## Example usage
|
| +## Usage
|
|
|
| ```js
|
| var Configstore = require('configstore');
|
|
|