summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-01-05 00:51:39 -0700
committerDan Allen <dan.j.allen@gmail.com>2022-01-05 00:51:39 -0700
commit4cad6591cc9fef20692a9398ab65db3e7ebac55c (patch)
treecf401ea3f9a931b1b9ae64d5c98190a24137eee9
parentbe4c7cd282b58c817eb0d7df4637ccd7f1a939d2 (diff)
clarify that Asciidoctor core may sometimes be referred to as Asciidoctor Ruby
-rw-r--r--docs/modules/ROOT/pages/index.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc
index b8d9a712..8e833af5 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -11,8 +11,8 @@ Asciidoctor is a fast, open source, text processor for parsing AsciiDoc into a d
Asciidoctor is written in the Ruby programming language.
//This Ruby library (or gem) is often referred to as the core Asciidoctor processor, or _Asciidoctor core_ for short.
-When we refer to Asciidoctor in this area of the documentation, we're specifically referring to the core Asciidoctor processor, abbreviated as Asciidoctor core.
-We add this qualifier because Asciidoctor is also the name of the family of projects that provide runtimes, extensions, and tools for processing AsciiDoc.
+When we say Asciidoctor in this area of the documentation, we're referring to the core Asciidoctor Ruby processor, abbreviated as _Asciidoctor core_ (and sometimes _Asciidoctor Ruby_).
+We add the qualifier "`core`" because Asciidoctor is also the name of the suite of projects that provide runtimes, extensions, and tools for processing AsciiDoc.
To simplify installation, Asciidoctor is packaged and distributed to RubyGems.org as a {url-rubygems}/asciidoctor[RubyGem named asciidoctor^].
The asciidoctor gem can be installed on all major operating systems using Ruby packaging tools (gem or bundle).