summaryrefslogtreecommitdiffstats
path: root/util/README.markdown
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-01-30 15:01:25 +0100
committertv <tv@nomic.retiolum>2013-01-30 15:01:25 +0100
commit9ac63a3d3e13898e0b51e953b76da4c8f8288049 (patch)
tree86c67a285a42da05a9a95af48dd70eb56d3fb90a /util/README.markdown
parent1aef05b59c51c2e515b0cee03e8b8c45a9108def (diff)
//util README: fix example
Diffstat (limited to 'util/README.markdown')
-rw-r--r--util/README.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/README.markdown b/util/README.markdown
index 7d6a9774..78b9b81a 100644
--- a/util/README.markdown
+++ b/util/README.markdown
@@ -13,12 +13,12 @@
### environment
- - `env_dir` defines the directory where environment files are searched.
- Default: `$HOME/.env.d`.
+ `env_dir` defines the directory where environment files are searched
+ (default: `$HOME/.env.d`).
### example
- cat > ~/.with/frh-ire <<EOF
+ cat > ~/.env.d/frh-ire <<EOF
export api_url=...
export api_key=...
export api_hash=...