Chromium Code Reviews

Unified Diff: node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/readme.md

Issue 877193002: Upgrade vulcanize to 0.7.6. (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 [![Build Status](https://secure.travis-ci.org/yeoman/configstore.svg?branch=master)](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');

Powered by Google App Engine