Skip to content
This repository was archived by the owner on Apr 4, 2020. It is now read-only.

Commit 030700d

Browse files
glensccolinodell
authored andcommitted
readme: remove empty pattern (#8)
* readme: remove empty pattern empty pattern is not valid, so use the default * Update README.md
1 parent 585875f commit 030700d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ use League\CommonMark\Environment;
7474
use League\CommonMark\Ext\Autolink\InlineMentionParser;
7575

7676
$environment = Environment::createCommonMarkEnvironment();
77-
$environment->addInlineParser(new InlineMentionParser('https://www.example.com/users/%s/profile', ''));
77+
$environment->addInlineParser(new InlineMentionParser('https://www.example.com/users/%s/profile'));
7878

7979
// TODO: Instantiate your converter and convert some Markdown
8080
```

0 commit comments

Comments
 (0)