Skip to content

Commit

Permalink
Merge pull request #18 from KyleAMathews/patch-1
Browse files Browse the repository at this point in the history
feed.item() is deprecated
  • Loading branch information
jpmonette committed Apr 10, 2014
2 parents 623ba98 + b774540 commit c68f10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Insert items using the item function:

```js
for(var key in posts) {
feed.item({
feed.addItem({
title: posts[key].title,
link: posts[key].url,
description: posts[key].description,
Expand Down

0 comments on commit c68f10c

Please sign in to comment.