Skip to content

Commit

Permalink
Minor documentation corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Henri Cumenge committed Dec 10, 2012
1 parent d7203a8 commit 7bc37cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the Roger repository to your composer.json file:
}
```

Then run ```php composer.phar update theodo/reger-cms-bundle``` and you are done.
Then run ```php composer.phar update theodo/roger-cms-bundle``` and you are done.

### Step 2: AppKernel.php

Expand Down Expand Up @@ -63,4 +63,4 @@ and update your db.

### Step 5: Read the docs

For more documentation, check out the Resources/doc folder.
For more documentation, check out the [`Resources/doc`](https://github.com/theodo/TheodoRogerCmsBundle/tree/master/Resources/doc) folder.
2 changes: 2 additions & 0 deletions Resources/doc/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,11 @@ and update your db.

You need to enable the timestampable behavoiur of stof_doctrine_extension

``` yml
# app/config/config.yml
stof_doctrine_extensions:
default_locale: en_US
orm:
default:
timestampable: true
```

0 comments on commit 7bc37cf

Please sign in to comment.