Skip to content

Commit f0c42a7

Browse files
committed
Update requirements
1 parent 6e1f154 commit f0c42a7

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![CI](https://github.com/jnunemaker/httparty/actions/workflows/ci.yml/badge.svg)](https://github.com/jnunemaker/httparty/actions/workflows/ci.yml)
44

5-
Makes http fun again! Ain't no party like a httparty, because a httparty don't stop.
5+
Makes http fun again! Ain't no party like a httparty, because a httparty don't stop.
66

77
## Install
88

@@ -12,9 +12,8 @@ gem install httparty
1212

1313
## Requirements
1414

15-
* Ruby 2.3.0 or higher
16-
* multi_xml
17-
* You like to party!
15+
- Ruby 2.7.0 or higher
16+
- You like to party!
1817

1918
## Examples
2019

@@ -48,6 +47,7 @@ puts stack_exchange.users
4847
```
4948

5049
See the [examples directory](http://github.com/jnunemaker/httparty/tree/master/examples) for even more goodies.
50+
5151
## Command Line Interface
5252

5353
httparty also includes the executable `httparty` which can be
@@ -63,17 +63,17 @@ httparty "https://api.stackexchange.com/2.2/questions?site=stackoverflow"
6363

6464
## Help and Docs
6565

66-
* [Docs](https://github.com/jnunemaker/httparty/tree/master/docs)
67-
* https://github.com/jnunemaker/httparty/discussions
68-
* https://www.rubydoc.info/github/jnunemaker/httparty
66+
- [Docs](https://github.com/jnunemaker/httparty/tree/master/docs)
67+
- https://github.com/jnunemaker/httparty/discussions
68+
- https://www.rubydoc.info/github/jnunemaker/httparty
6969

7070
## Contributing
7171

72-
* Fork the project.
73-
* Run `bundle`
74-
* Run `bundle exec rake`
75-
* Make your feature addition or bug fix.
76-
* Add tests for it. This is important so I don't break it in a future version unintentionally.
77-
* Run `bundle exec rake` (No, REALLY :))
78-
* Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself in another branch so I can ignore when I pull)
79-
* Send me a pull request. Bonus points for topic branches.
72+
- Fork the project.
73+
- Run `bundle`
74+
- Run `bundle exec rake`
75+
- Make your feature addition or bug fix.
76+
- Add tests for it. This is important so I don't break it in a future version unintentionally.
77+
- Run `bundle exec rake` (No, REALLY :))
78+
- Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself in another branch so I can ignore when I pull)
79+
- Send me a pull request. Bonus points for topic branches.

0 commit comments

Comments
 (0)