From 98bbba0f0319106c689fe32d9239d1b963d091da Mon Sep 17 00:00:00 2001 From: Mariusz Smykula Date: Sun, 27 Mar 2016 19:45:18 +0200 Subject: [PATCH] syntax highlighting --- README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index a9c736eb4c..2c7a064785 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,22 @@ [![Build Status](https://travis-ci.org/Codearte/accurest-maven-plugin.svg?branch=master)](https://travis-ci.org/Codearte/accurest-maven-plugin) [![Coverage Status](https://coveralls.io/repos/github/Codearte/accurest-maven-plugin/badge.svg?branch=master)](https://coveralls.io/github/Codearte/accurest-maven-plugin?branch=master) -Accurest Maven Plugin +Accurate REST Maven Plugin ==== Sample usage ---- - - io.codearte.accurest - accurest-maven-plugin - - - - generateStubs - generateSpecs - - - - \ No newline at end of file +```xml + + io.codearte.accurest + accurest-maven-plugin + + + + generateStubs + generateSpecs + + + + +``` \ No newline at end of file