Skip to content

Commit e87b7d8

Browse files
author
Ubuntu
committed
update readme
1 parent 29250db commit e87b7d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ bower install --save rss-parser
1313
```
1414

1515
## Usage
16+
rss-parser exposes `parseURL()`, `parseString()`, and `parseFile()` functions.
17+
18+
Check out the output format in [test/output/reddit.json](test/output/reddit.json)
1619

1720
### NodeJS
1821
```js
@@ -39,6 +42,3 @@ RSSParser.parseURL('https://reddit.com/.rss', function(err, parsed) {
3942
</script>
4043
```
4144

42-
rss-parser also exposes `parseString` and `parseFile` functions.
43-
44-
Check out the output format in [test/output/reddit.json](test/output/reddit.json)

0 commit comments

Comments
 (0)