From af5fe0515fc5fe476dc9f7e2946e7d8dabf3ba2e Mon Sep 17 00:00:00 2001 From: Mithgol Date: Thu, 4 Sep 2014 11:23:42 +0400 Subject: [PATCH 1/2] =?UTF-8?q?use=C2=A0SVG=20to=C2=A0display=20Travis?= =?UTF-8?q?=C2=A0CI=20build=C2=A0testing=20status?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index de49ca6..d4a84a0 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# RSS for Node [![Build Status](https://secure.travis-ci.org/dylang/node-rss.png)](http://travis-ci.org/dylang/node-rss) +# RSS for Node [![Build Status](https://api.travis-ci.org/dylang/node-rss.svg)](http://travis-ci.org/dylang/node-rss) [![NPM](https://nodei.co/npm/rss.png?downloads=true)](https://nodei.co/npm/rss/) From c0dbe31e8764199b4a8c8f6087392e77853d9f86 Mon Sep 17 00:00:00 2001 From: Dylan Greene Date: Mon, 22 Sep 2014 10:35:29 -0400 Subject: [PATCH 2/2] Fix typo. Thanks @zenfish! --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index de49ca6..8806471 100644 --- a/readme.md +++ b/readme.md @@ -40,7 +40,7 @@ var feed = new RSS(feedOptions); ### Add items to a feed An item can be used for a blog entry, project update, log entry, etc. Your RSS feed -an have any number of items. Most feeds use 20 or fewer items. +can have any number of items. Most feeds use 20 or fewer items. ```js feed.item(itemOptions);