Skip to content

Commit a08a335

Browse files
updated readme
1 parent b9745dc commit a08a335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Here's a quick example:
9090
Notice the `{{link}}` and `{{image}}`? The templating option provides several tags for you to use to control where variables are inserted into your HTML markup. Available keywors are:
9191

9292
- `{{link}}` - URL to view the image on Instagram's website.
93-
- `{{image}}` - URL of the image source. The size is inherited from the `'resolution'` option.
93+
- `{{image}}` - URL of the image source. The size is inherited from the `resolution` option.
9494
- `{{id}}` - Unique ID of the image. Useful if you want to use [iPhone hooks](http://instagram.com/developer/iphone-hooks/) to open the images directly in the Instagram app.
9595
- `{{caption}}` - Image's caption text. Defaults to empty string if there isn't one.
9696
- `{{likes}}` - Number of likes the image has.
@@ -138,7 +138,7 @@ This will install all the necessary test tools for testing. There is also a Make
138138
__1.2.0__
139139

140140
- Add the ability to sort images! Use the __sortBy__ option.
141-
- Added __{{likes}}__, __{{comments}}__, __{{id}}__, __{{caption}}__, and __{{model}}__, tags to the __template__ option.
141+
- Added __{{likes}}__, __{{comments}}__, __{{id}}__, __{{caption}}__, __{{location}}__, and __{{model}}__, tags to the __template__ option.
142142

143143
__1.1.0__
144144

0 commit comments

Comments
 (0)