joyent/node-triton#254 Fix Markdown syntax in README

This commit is contained in:
Alyssa Ross 2019-03-11 17:38:02 -07:00 committed by Brian Bennett
parent cc07717008
commit 5212530b37
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ are in "etc/defaults.json" and can be overriden for the CLI in
| Name | Description |
| ---- | ----------- |
| profile | The name of the triton profile to use. The default with the CLI is "env", i.e. take config from `SDC_*` envvars. |
| cacheDir | The path (relative to the config dir, "~/.triton") where cache data is stored. The default is "cache", i.e. the `triton` CLI caches at "~/.triton/cache". |
| cacheDir | The path (relative to the config dir, "\~/.triton") where cache data is stored. The default is "cache", i.e. the `triton` CLI caches at "\~/.triton/cache". |
## node-triton differences with node-smartdc