diff --git a/README.md b/README.md index 7e5581f..01dbe19 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ responsive_image: ## Usage -Replace your images with the `responsive_image` tag, specifying a path to the image. +Replace your images with the `responsive_image` tag, specifying the path to the image in the `path` attribute. ``` {% responsive_image path: assets/my-file.jpg %} @@ -58,12 +58,14 @@ Any extra attributes will be passed straight to the template as variables. {% responsive_image path: assets/image.jpg alt: "Lorem ipsum..." title: "Lorem ipsum..." %} ``` -Create a template to suit your needs. A basic template example is below. +### Template + +You will need to create a template in order to use the `responsive_image` tag. A sample template is below. ```html