Skip to content

Commit

Permalink
Readme tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
3Dgoo committed Jun 3, 2020
1 parent 9544944 commit 0d52514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Sometimes Instagram may require us to log in to fetch this data. This can be don

Once our Instagram posts are imported we can display them with the following code:

PageController.php
**PageController.php**

use X3dgoo\InstagramScraper\Model\InstagramPost;

Expand All @@ -51,7 +51,7 @@ PageController.php
}
}

Page.ss
**Page.ss**

<% if $InstagramPosts %>
<div class="instagram-posts">
Expand Down

0 comments on commit 0d52514

Please sign in to comment.