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