Skip to content

Commit

Permalink
Merge pull request #353 from Nyholm/patch-1
Browse files Browse the repository at this point in the history
Markdown syntax fix
  • Loading branch information
flug authored Jun 20, 2017
2 parents a52f2de + 013f76d commit a78bc46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ It currently handles:
Some behaviors (translatable, timestampable, softDeletable, blameable, geocodable) need Doctrine subscribers in order to work.
Make sure to activate them by reading the [Subscribers](#subscribers) section.

##Installation
```composer require knplabs/doctrine-behaviors:~1.1```
## Installation

```
composer require knplabs/doctrine-behaviors:~1.1
```

## Configuration
By default, when integrated with Symfony, all subscribers are enabled (if you don't specify any configuration for the bundle).
Expand Down

0 comments on commit a78bc46

Please sign in to comment.