summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-03-07 13:34:06 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-03-07 13:34:06 +0100
commit87c50db2b21474cc8c9e7cccfa6a6d814f21a1ae (patch)
tree5973005b226c5a56d630f0a24b083851da262dab
parent89e4858c2bfe6a528261ba0968e40ffe2360f976 (diff)
Readme: Fix language on code blocks
-rw-r--r--README.adoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc
index c34066e..0623cec 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,5 +1,4 @@
= Asciidoctor Inter-doc Reference Text
-:source-language: shell
// custom
:gem-name: asciidoctor-interdoc-reftext
:gh-name: jirutka/{gem-name}
@@ -67,12 +66,12 @@ ifndef::npm-readme[]
Install {gem-name} from Rubygems:
-[source, subs="+attributes"]
+[source, sh, subs="+attributes"]
gem install {gem-name}
or to install the latest development version:
-[source, subs="+attributes"]
+[source, sh, subs="+attributes"]
gem install {gem-name} --pre
@@ -92,7 +91,7 @@ ifndef::npm-readme[]
If you invoke Asciidoctor from command-line, use option `-r` to load the extension:
-[source, subs="+attributes"]
+[source, sh, subs="+attributes"]
asciidoctor -r {gem-name} README.adoc