From 530a218ab4259976f7afe460b509d6e0f1d018d5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 3 Feb 2015 17:16:32 +0000 Subject: [PATCH] Correct the capitalisation of Asciidoctor in the README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 328f28a0..fc0c797b 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Both Maven and Gradle are supported. You can look at either samples' `build.gradle` file to see the required configuration. The key parts are described below. -Configure the AsciiDoctor plugin: +Configure the Asciidoctor plugin: ```groovy plugins { @@ -151,7 +151,7 @@ the snippets are generated: ``` -Configure the AsciiDoctor plugin. The `generated` attribute is used to provide easy +Configure the Asciidoctor plugin. The `generated` attribute is used to provide easy access to the generated snippets: ```xml @@ -232,8 +232,8 @@ Producing high-quality, easily readable documentation is difficult and the proce only made harder by trying to write the documentation in an ill-suited format such as Java annotations. This project addresses this by allowing you to write the bulk of your documentation's text using [Asciidoctor][1]. The default location for source files -depends on whether you're using Maven or Gradle. By default, AsciiDoctor's Maven plugin -looks in `src/main/asciidoc`, whereas the AsciiDoctor Gradle plugin looks in +depends on whether you're using Maven or Gradle. By default, Asciidoctor's Maven plugin +looks in `src/main/asciidoc`, whereas the Asciidoctor Gradle plugin looks in `src/docs/asciidoc` To include the programmatically generated snippets in your documentation, you use