summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/rc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/rc/README.md')
-rw-r--r--deps/npm/node_modules/rc/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/node_modules/rc/README.md b/deps/npm/node_modules/rc/README.md
index 0a411d3629..e6522e2678 100644
--- a/deps/npm/node_modules/rc/README.md
+++ b/deps/npm/node_modules/rc/README.md
@@ -191,7 +191,7 @@ Here is the expected output from various commands:
}
```
*Now the `port` comes from the `config.json` file specified (overriding the value from `.myapprc`), and `foo` value is overriden by command-line despite also being specified in the `config.json` file.*
-
+
## Advanced Usage
@@ -219,7 +219,7 @@ such as strict, valid JSON only.
## Note on Performance
-`rc` is running `fs.statSync`-- so make sure you don't use it in a hot code path (e.g. a request handler)
+`rc` is running `fs.statSync`-- so make sure you don't use it in a hot code path (e.g. a request handler)
## License