Skip to content

Commit c7770f1

Browse files
committed
Fix readme formatting
1 parent 4194b0e commit c7770f1

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
Mongo Kerberos [![Build Status](https://secure.travis-ci.org/mongodb/mongo-ruby-kerberos.png?branch=master&.png)](http://travis-ci.org/mongodb/mongo-ruby-kerberos) [![Code Climate](https://codeclimate.com/github/mongodb/mongo-ruby-kerberos.png)](https://codeclimate.com/github/mongodb/mongo-ruby-kerberos) [![Coverage Status](https://coveralls.io/repos/mongodb/mongo-ruby-kerberos/badge.png?branch=master)](https://coveralls.io/r/mongodb/mongo-ruby-kerberos?branch=master)
2-
====
1+
# Mongo Kerberos [![Build Status](https://secure.travis-ci.org/mongodb/mongo-ruby-kerberos.png?branch=master&.png)](http://travis-ci.org/mongodb/mongo-ruby-kerberos) [![Code Climate](https://codeclimate.com/github/mongodb/mongo-ruby-kerberos.png)](https://codeclimate.com/github/mongodb/mongo-ruby-kerberos) [![Coverage Status](https://coveralls.io/repos/mongodb/mongo-ruby-kerberos/badge.png?branch=master)](https://coveralls.io/r/mongodb/mongo-ruby-kerberos?branch=master)
32

43
Provides Kerberos authentication support to the Mongo Ruby Driver.
54

6-
Compatibility
7-
-------------
5+
6+
## Compatibility
87

98
mongo_kerberos is tested against MRI (1.9.3+) and JRuby (9.1+).
109

11-
JRuby
12-
`````
10+
### JRuby
1311

1412
In order to work with Kerberos TGTs that are in the system cache (e.g. obtained with `kinit`), the
1513
JRuby extension sets the JVM system property "sun.security.jgss.native" to "true". Note that any
1614
other use of the JGSS library will also be affected by this setting, meaning that any TGTs in the
1715
system cache will be available for obtaining Kerberos credentials as well.
1816

19-
Installation
20-
------------
17+
18+
## Installation
2119

2220
libsasl is a requirement to be able to install the mongo_kerberos gem. Please see the
2321
[Cyrus documentation](http://cyrusimap.web.cmu.edu/docs/cyrus-sasl/2.1.25/) for more
@@ -36,14 +34,12 @@ require "mongo_kerberos"
3634
```
3735

3836

39-
API Documentation
40-
-----------------
37+
## API Documentation
4138

4239
The [API Documentation](http://rdoc.info/github/mongodb/mongo-ruby-kerberos/master/frames) is
4340
located at rdoc.info.
4441

45-
Versioning
46-
----------
42+
## Versioning
4743

4844
As of 2.1.0, this project adheres to the
4945
[Semantic Versioning Specification](http://semver.org/).

0 commit comments

Comments
 (0)