From 1821d1e0352c337b5c63459a2019a9299746dc13 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 19 Feb 2015 18:11:55 -0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca4ea77..6f43ceb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ By default, dfmt reads its input from ```stdin``` and writes to ```stdout```. If a file name is specified on the command line, input will be read from the file instead, and output will be written to ```stdout```. -#### Options +### Options * ```--inplace```: a file name is required and the file will be edited in-place. * ```--braces=otbs```: Use ["The One True Brace Style"](https://en.wikipedia.org/wiki/Indent_style#Variant:_1TBS), placing open braces on the same line as the previous token.