Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vtalbot committed Oct 14, 2013
1 parent 6a3c90e commit b21ad8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add to your composer.json those lines

Run `php artisan config:publish vtalbot/markdown`

Then edit `config.php` in `app/packages/vtalbot/markdown` to your needs.
Then edit `config.php` in `app/config/packages/vtalbot/markdown` to your needs.

Add `'VTalbot\Markdown\MarkdownServiceProvider',` to `providers` in `app/config/app.php`
and `'Markdown' => 'VTalbot\Markdown\Facades\Markdown',` to `aliases` in `app/config/app.php`
Expand Down

0 comments on commit b21ad8f

Please sign in to comment.