From 87c50db2b21474cc8c9e7cccfa6a6d814f21a1ae Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 7 Mar 2020 13:34:06 +0100 Subject: Readme: Fix language on code blocks --- README.adoc | 7 +++---- 1 file 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 -- cgit v1.2.3