mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-04-27 14:57:45 +00:00
Switch up Markdown syntax for headers [ci skip]
This commit is contained in:
parent
36c14e35ea
commit
2875f85e58
1 changed files with 5 additions and 10 deletions
15
README.md
15
README.md
|
|
@ -1,13 +1,10 @@
|
||||||
simple_oauth
|
# simple_oauth
|
||||||
============
|
|
||||||
Simply builds and verifies OAuth headers
|
Simply builds and verifies OAuth headers
|
||||||
|
|
||||||
<a name="ci">Continuous Integration</a>
|
## <a name="ci">Continuous Integration</a>
|
||||||
----------------------
|
|
||||||
[](http://travis-ci.org/laserlemon/simple_oauth)
|
[](http://travis-ci.org/laserlemon/simple_oauth)
|
||||||
|
|
||||||
<a name="pulls">Submitting a Pull Request</a>
|
## <a name="pulls">Submitting a Pull Request</a>
|
||||||
-------------------------
|
|
||||||
1. Fork the project.
|
1. Fork the project.
|
||||||
2. Create a topic branch.
|
2. Create a topic branch.
|
||||||
3. Implement your feature or bug fix.
|
3. Implement your feature or bug fix.
|
||||||
|
|
@ -18,8 +15,7 @@ Simply builds and verifies OAuth headers
|
||||||
8. Commit and push your changes.
|
8. Commit and push your changes.
|
||||||
9. Submit a pull request. Please do not include changes to the gemspec or version file. (If you want to create your own version for some reason, please do so in a separate commit.)
|
9. Submit a pull request. Please do not include changes to the gemspec or version file. (If you want to create your own version for some reason, please do so in a separate commit.)
|
||||||
|
|
||||||
<a name="rubies">Supported Rubies</a>
|
## <a name="rubies">Supported Rubies</a>
|
||||||
----------------
|
|
||||||
This library aims to support and is [tested
|
This library aims to support and is [tested
|
||||||
against](http://travis-ci.org/laserlemon/simple_oauth) the following Ruby
|
against](http://travis-ci.org/laserlemon/simple_oauth) the following Ruby
|
||||||
implementations:
|
implementations:
|
||||||
|
|
@ -45,7 +41,6 @@ implementation, you will be personally responsible for providing patches in a
|
||||||
timely fashion. If critical issues for a particular implementation exist at the
|
timely fashion. If critical issues for a particular implementation exist at the
|
||||||
time of a major release, support for that Ruby version may be dropped.
|
time of a major release, support for that Ruby version may be dropped.
|
||||||
|
|
||||||
<a name="copyright">Copyright</a>
|
## <a name="copyright">Copyright</a>
|
||||||
---------
|
|
||||||
Copyright (c) 2010 Steve Richert, Erik Michaels-Ober.
|
Copyright (c) 2010 Steve Richert, Erik Michaels-Ober.
|
||||||
See [LICENSE](https://github.com/laserlemon/simple_oauth/blob/master/LICENSE.md) for details.
|
See [LICENSE](https://github.com/laserlemon/simple_oauth/blob/master/LICENSE.md) for details.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue