Skip to content

Commit 2c5ff57

Browse files
authored
Merge pull request #1 from noxify/patch-1
correction for composer require command
2 parents e30486f + 97276eb commit 2c5ff57

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
@@ -99,7 +99,7 @@ Follow these steps to get this CommonMark extension working in your Laravel proj
9999
Run the following command at your root Laravel project directory (where `package.json` exists).
100100

101101
```bash
102-
$ composer require johnnyhuy/laravel-commonmark-useful-extensions
102+
$ composer require johnnyhuy/laravel-useful-commonmark-extension
103103
```
104104

105105
#### Adding the Markdown extension to a config

0 commit comments

Comments
 (0)