Skip to content

Commit 51bb07a

Browse files
committed
Description tweak
1 parent 322dbbb commit 51bb07a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
Laravel Eloquent MongoDB [![Build Status](https://travis-ci.org/jenssegers/Laravel-MongoDB.png?branch=master)](https://travis-ci.org/jenssegers/Laravel-MongoDB)
2-
========================
1+
Laravel MongoDB [![Build Status](https://travis-ci.org/jenssegers/Laravel-MongoDB.png?branch=master)](https://travis-ci.org/jenssegers/Laravel-MongoDB)
2+
===============
33

4-
An Eloquent model that supports MongoDB, inspired by LMongo, but using the original Eloquent methods. For more information about Eloquent, check http://laravel.com/docs/eloquent.
5-
6-
*This model extends the original Eloquent model, so it uses exactly the same methods.*
4+
An Eloquent model and Query builder with support for MongoDB, inspired by LMongo, but using the original Laravel methods. *This library extends the original Laravel classes, so it uses exactly the same methods.*
75

86
**ATTENTION WHEN UPGRADING!**
97
The way the internal connection resolving works has been changed to extend original Laravel objects instead of registering new objects. Check the configuration section for more information about the new configuration. Remove the old `MDB` facade as it is now deprecated.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jenssegers/mongodb",
3-
"description": "An Eloquent model that supports MongoDB",
3+
"description": "A MongoDB based Eloquent model and Query builder for Laravel 4",
44
"keywords": ["laravel","eloquent","mongodb","mongo","database","model"],
55
"authors": [
66
{

0 commit comments

Comments
 (0)