Skip to content

Commit

Permalink
typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrioid committed Dec 17, 2017
1 parent b96ce42 commit 3f399e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
{
resolve: 'gatsby-source-rss',
options: {
rssURL: 'https://fancypants.io/rss.xml
rssURL: 'https://fancypants.io/rss.xml'
}
},
]
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "gatsby-source-rss-fork",
"version": "1.0.1",
"version": "1.0.2",
"description": "Gatsby source plugin for building websites using RSS feeds as a data source",
"scripts": {
"build": "babel src --out-dir .",
"watch": "babel -w src --out-dir .",
"lint": "eslint src/"
},
"repository": {
"type": "git",
"url": "https://github.com/andrioid/gatsby-source-rss.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
Expand Down

0 comments on commit 3f399e7

Please sign in to comment.