Merge pull request #11 from xaav/patch-1

Edited README.markdown via GitHub
This commit is contained in:
Antoine Hérault 2011-06-11 01:56:41 -07:00
commit fc9b2b0714

View file

@ -10,7 +10,7 @@ Put MarkdownBundle in your `src/Bundle` dir.
## USAGE
// Use the service
$html = $this->container->get('markdownParser')->transform($text);
$html = $this->container->get('markdown.parser')->transform($text);
// Use the helper
echo $view['markdown']->transform($text);