Skip to content

Commit 018b5d9

Browse files
authored
Update README.md
1 parent f21c4f0 commit 018b5d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PHPixie ORM library
55
[![Build Status](https://travis-ci.org/PHPixie/ORM.svg?branch=master)](https://travis-ci.org/PHPixie/ORM)
66
[![Test Coverage](https://codeclimate.com/github/PHPixie/ORM/badges/coverage.svg)](https://codeclimate.com/github/PHPixie/ORM)
77
[![Code Climate](https://codeclimate.com/github/PHPixie/ORM/badges/gpa.svg)](https://codeclimate.com/github/PHPixie/ORM)
8-
[![HHVM Status](https://img.shields.io/hhvm/phpixie/orm.svg?style=flat-square)](http://hhvm.h4cc.de/package/phpixie/orm)
8+
[![HHVM Status](https://img.shields.io/hhvm/phpixie/orm.svg?style=flat-sшquare)](http://hhvm.h4cc.de/package/phpixie/orm)
99

1010
[![Author](http://img.shields.io/badge/[email protected]?style=flat-square)](https://twitter.com/dracony)
1111
[![Source Code](http://img.shields.io/badge/source-phpixie/orm-blue.svg?style=flat-square)](https://github.com/phpixie/orm)
@@ -84,7 +84,7 @@ return array(
8484
'article' => array(
8585
'type' => 'database',
8686
'connection' => 'default',
87-
'idField' => 'id'
87+
'id' => 'id'
8888
),
8989

9090
// you can also define embedded models
@@ -784,7 +784,7 @@ MongoDB supports nested documents, which allows using embedded models. E.g. the
784784
//...
785785

786786
"author" : {
787-
"name" : "Dracony,
787+
"name" : "Dracony",
788788
//...
789789
}
790790
}

0 commit comments

Comments
 (0)