diff --git a/README.md b/README.md index 3aa7405..f04eb83 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # dfmt -Dfmt is a formatter for D source code - +**dfmt** is a formatter for D source code [![Build Status](https://travis-ci.org/Hackerpilot/dfmt.svg)](https://travis-ci.org/Hackerpilot/dfmt) ## Status -*dfmt* is alpha-quality. Make backups of your files or use source control. +**dfmt** is alpha-quality. Make backups of your files or use source control. + ## Building ### Using Make @@ -14,6 +14,7 @@ Dfmt is a formatter for D source code LDC, run ```make ldc``` instead. The generated binary will be placed in ```dfmt/bin/```. + ## Using 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