From 5212530b37886887a1bd43036efe753648a9dad1 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 11 Mar 2019 17:38:02 -0700 Subject: [PATCH] joyent/node-triton#254 Fix Markdown syntax in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fe770a..e201640 100644 --- a/README.md +++ b/README.md @@ -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