Skip to content

Commit 0a796dd

Browse files
authored
Update README.md
1 parent db0e22f commit 0a796dd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# rss-parser
22

33
## Installation
4-
5-
### NodeJS
4+
You can install via npm or bower:
65
```bash
76
npm install --save rss-parser
8-
```
9-
10-
### Web
11-
```bash
7+
# or
128
bower install --save rss-parser
139
```
1410

@@ -56,6 +52,7 @@ parser.parseURL('https://reddit.com/.rss', {maxRedirects: 3}, function(err, pars
5652
```
5753

5854
## Contributing
55+
Contributions welcome!
5956

6057
### Running Tests
6158
The tests run the RSS parser for several sample RSS feeds in `test/input` and outputs the resulting JSON into `test/output`. If there are any changes to the output files the tests will fail.

0 commit comments

Comments
 (0)