mirror of
https://github.com/nov/fb_graph2
synced 2023-03-27 23:22:15 -04:00
README fixed & badges added
This commit is contained in:
parent
854bc698e4
commit
7b55d655cf
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
# FbGraph2
|
||||
FbGraph2 [![Version](https://img.shields.io/gem/v/fb_graph2.svg)](https://rubygems.org/gems/fb_graph2) [![Dependencies](https://img.shields.io/gemnasium/nov/fb_graph2.svg)](https://gemnasium.com/nov/fb_graph2) [![Build Status](https://img.shields.io/travis/nov/fb_graph2/master.svg)](http://travis-ci.org/nov/fb_graph2) [![Code Climate](https://img.shields.io/codeclimate/github/nov/fb_graph2.svg)](https://codeclimate.com/github/nov/fb_graph2)
|
||||
====
|
||||
|
||||
Similar to [fb_graph gem](https://github.com/nov/fb_graph), but supports Graph API v2.0+.
|
||||
|
||||
|
@ -22,7 +23,7 @@ See [fb_graph2 Wiki](https://github.com/nov/fb_graph2/wiki).
|
|||
|
||||
## Contributing
|
||||
|
||||
1. Fork it ( https://github.com/[my-github-username]/fb_graph2/fork )
|
||||
1. Fork it ( https://github.com/nov/fb_graph2/fork )
|
||||
2. Create your feature branch (`git checkout -b my-new-feature`)
|
||||
3. Commit your changes (`git commit -am 'Add some feature'`)
|
||||
4. Push to the branch (`git push origin my-new-feature`)
|
||||
|
|
Loading…
Reference in a new issue