Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dplesca/purehugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDragos Plesca <dragos.plesca@gmail.com>2015-08-12 17:02:50 +0300
committerDragos Plesca <dragos.plesca@gmail.com>2015-08-12 17:02:50 +0300
commita1291a9f9e7bc0ac1b4456f3b55bf7908e45fcc7 (patch)
tree2eb8bc8fbe54d9fad194406e89d70339ad9b47f6
parent8c71c646af24fd7290d1da652b2e351482e7aaad (diff)
Clarify the img-responsive shortcode use
fixes #11
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6dea5a3..ad9f908 100644
--- a/README.md
+++ b/README.md
@@ -31,9 +31,9 @@ Syntax highlighting is enabled by default and it uses the nice [rainbow js](http
### Reponsive Images
-For responsive images you could use the built-in responsive image shortcode:
+For responsive images you could use the built-in responsive image shortcode (without the `/**/` characters):
```
-{{%/* img-responsive http://example.com/image.jpg */%}}
+{{%/* img-responsive "http://example.com/image.jpg" */%}}
```
### Screenshot