From 712f84d6200e2f0ced5baea503cbe305e68bce04 Mon Sep 17 00:00:00 2001 From: Pedro Rogerio Date: Wed, 26 Nov 2014 12:21:29 -0200 Subject: [PATCH] Update Readme --- README.md | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 60e7b99..00e073d 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,20 @@ Display Instagram user feed with PHP, jQuery and Handlebars Template. ##Usage -1. Paste right before your page's closing `` tag +1 - Paste right before your page's closing `` tag ```html - - - + + + + + + ``` -2. From within a script tag or a JS file -```javascript +2 - From within a script tag or a JS file +```javascript Instaphotos.init({ template: $('#instagram-template').html(), // The ID of your template container: $('#container'), // domNode to attach to @@ -24,7 +29,7 @@ Display Instagram user feed with PHP, jQuery and Handlebars Template. ##Customize Template -1. To customize the template open the index.html file and look for the following block of code: +1 - To customize the template open the index.html file and look for the following block of code: ```javascript