Fix formatting of a code block in the README

This commit is contained in:
Andy Wilkinson
2015-02-03 17:13:53 +00:00
parent cae7e3fb58
commit 5f49aa2732

View File

@@ -98,10 +98,12 @@ ext {
Configure the `test` task with a system property to control the location to which the
snippets are generated:
```groovy
test {
systemProperty 'org.springframework.restdocs.outputDir', generatedDocumentation
outputs.dir generatedDocumentation
}
```
Configure the `asciidoctor` task. The `generated` attribute is used to provide easy
access to the generated snippets: