Skip to content

Commit 01ff965

Browse files
authored
Merge pull request #7 from doesntmattr/feature/readme-badges
Feature/readme badges
2 parents 28d6685 + 80167b1 commit 01ff965

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
The original authors did an awesome job of making a library that has been really
44
really useful AND stable. Thank you @rcatlin and @matthewfitz !
55

6-
antimattr-mongodb-migrations
6+
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
7+
[![Build Status](https://travis-ci.org/doesntmattr/mongodb-migrations.png?branch=master)](https://travis-ci.org/doesntmattr/mongodb-migrations)
8+
9+
AntiMattr MongoDB Migrations
710
============================
811

912
The AntiMattr MongoDB Migration library provides managed migration support for MongoDB.
@@ -32,7 +35,7 @@ Similar to [Doctrine Migrations](https://github.com/doctrine/migrations), config
3235
* Connection configuration (php)
3336
* Migration configuration (xml or yaml)
3437

35-
Example Connection configuration "test_antimattr_mongodb.php"
38+
Example Connection configuration "test\_antimattr\_mongodb.php"
3639

3740
```php
3841
/**
@@ -52,7 +55,7 @@ return array(
5255

5356
XML or YAML Migration Configurations are supported
5457

55-
Example XML "test_antimattr_mongodb.xml"
58+
Example XML "test\_antimattr\_mongodb.xml"
5659

5760
```xml
5861
<?xml version="1.0" encoding="UTF-8"?>
@@ -72,7 +75,7 @@ Example XML "test_antimattr_mongodb.xml"
7275
</antimattr-migrations>
7376
```
7477

75-
Example YAML "test_antimattr_mongodb.yml"
78+
Example YAML "test\_antimattr\_mongodb.yml"
7679

7780
```yaml
7881
---

0 commit comments

Comments
 (0)