Skip to content

Commit 49cc211

Browse files
update readme
1 parent 0986551 commit 49cc211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Notice the `{{link}}` and `{{image}}`? The templating option provides several ta
134134

135135
As of __v1.3__, Instafeed.js has a `.next()` method you can call to load more images from Instagram.
136136
Under the hood, this uses the _pagination_ data from the API. Additionall, there is a helper
137-
`.hasNext()` method that you can use to check if there is pagination data.
137+
`.hasNext()` method that you can use to check if pagination data is available.
138138

139139
Together these options can be used to create a "Load More" button:
140140

@@ -157,7 +157,7 @@ var feed = new Instafeed({
157157
});
158158

159159
// grab out load more button
160-
var loadButton = document.getElementById('#load-more');
160+
var loadButton = document.getElementById('load-more');
161161

162162
// bind out click event
163163
loadButton.addEventListener('click', handleLoadClick);

0 commit comments

Comments
 (0)