Skip to content

Commit c50f7a7

Browse files
authored
Merge pull request #610 from TomHAnderson/hotfix/readme-diction
3.0 Hotfix/readme diction
2 parents 8ce15bc + c21e2a1 commit c50f7a7

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ An integration library for Laravel and Doctrine ORM
1414
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://app.gitter.im/#/room/#laravel-doctrine_community:gitter.im)
1515
[![License](https://poser.pugx.org/laravel-doctrine/orm/license)](//packagist.org/packages/laravel-doctrine/orm)
1616

17+
1718
Version 3.0 Notes
1819
-----------------
1920

@@ -28,13 +29,12 @@ Installation
2829
Via composer:
2930

3031
```bash
31-
composer require laravel-doctrine/orm ^3.0.0
32+
composer require laravel-doctrine/orm
3233
```
3334

34-
Because of the auto package discovery feature Laravel has, the ServiceProvider and Facades
35-
are automatically registered.
35+
The ServiceProvider and Facades are audodiscovered.
3636

37-
To publish the config use:
37+
Publish the config:
3838

3939
```bash
4040
php artisan vendor:publish --tag="config" --provider="LaravelDoctrine\ORM\DoctrineServiceProvider"
@@ -44,28 +44,26 @@ php artisan vendor:publish --tag="config" --provider="LaravelDoctrine\ORM\Doctri
4444
Documentation
4545
-------------
4646

47-
Full documentation is available at https://laravel-doctrine-orm-official.readthedocs.io
47+
Full documentation at https://laravel-doctrine-orm-official.readthedocs.io
4848
or in the docs directory.
4949

5050

5151
Features
5252
--------
5353

5454
* Easy configuration
55-
* Pre-configured metadata, connections and caching
56-
* Support for multiple entity managers and connections
57-
* Laravel naming strategy
58-
* Pagination
59-
* Simple authentication implementation
60-
* Password reminders implementation
6155
* Doctrine console commands
6256
* DoctrineExtensions supported
57+
* Pagination
58+
* Support for multiple entity managers and connections
59+
* Laravel naming strategy
6360
* Timestamps and SoftDelete listeners
64-
* Extendable: extend or add your own drivers for metadata, connections or cache
61+
* Simple authentication
62+
* Pre-configured metadata, connections, and caching
63+
* Password reminders
6564

6665

6766
License
6867
-------
6968

7069
See [LICENSE](https://github.com/laravel-doctrine/orm/blob/master/LICENSE).
71-

0 commit comments

Comments
 (0)