diff --git a/readme.txt b/readme.txt index f6a1b94..2083695 100644 --- a/readme.txt +++ b/readme.txt @@ -136,7 +136,7 @@ With the proper markup in place, you can indicate a specific language by adding <code class="language-php"><?php echo 'Hello world'; ?></code> -Likewise, to indicate HTML as the language for a multi-line code snippet: +Likewise, to indicate HTML as the language for a multi-line code snippet (note: if you are reading this plugin's raw readme.txt file, [click here](https://wordpress.org/plugins/prismatic/installation/) to read the formatted text): <pre><code class="language-html">
     <table>
@@ -172,7 +172,7 @@ For example, the code snippets included in either of the following markup exampl This is a single-line example, <code><?php echo 'Hello world'; ?></code>. -This is a multi-line code example: +This is a multi-line code example (note: if you are reading this plugin's raw readme.txt file, [click here](https://wordpress.org/plugins/prismatic/installation/) to read the formatted text): <pre><code>
     <table>