Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Feb 17, 2012
1 parent f1e67ab commit 7a17e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ $app['autoloader']->registerNamespaces(array(

$app->register(new Propel\Silex\PropelServiceProvider(), array(
'propel.path' => __DIR__.'/path/to/Propel.php',
'propel.config_file' => __DIR__.'/path/to/myproject-conf.php,
'propel.config_file' => __DIR__.'/path/to/myproject-conf.php',
'propel.model_path' => __DIR__.'/path/to/model/classes',
));
```
Expand Down

0 comments on commit 7a17e7f

Please sign in to comment.