summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2017-03-21 02:23:28 +0000
committerrsiddharth <s@ricketyspace.net>2017-03-21 02:23:28 +0000
commit99338ad048731d335b59e528ecccaa30ed223205 (patch)
tree3dfb7871922787de933d3787e451efac21e7fa79
parent989a772b8ff2f0c5e573cefdb0ea8d8b36eb2127 (diff)
README.rst: Update usage section.
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 05c07f1..64440f4 100644
--- a/README.rst
+++ b/README.rst
@@ -16,10 +16,10 @@ usage
::
# switch to footnote link style
- $ mdl-style footnote path/to/document.md
+ $ mdl-style footnote path/to/document.md > document-footnote-style.md
# switch to inline link style
- $ mdl-style inline path/to/document.md
+ $ mdl-style inline path/to/document.md > document-inline-style.md
license
-------