We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb3213 commit e502349Copy full SHA for e502349
README.md
@@ -9,7 +9,7 @@ Yii 2 extension providing WordPress-style text processing from a TinyMCE editor.
9
## Usage
10
11
```bash
12
-composer require "Cyberitas/yii2-tinymce-processor"
+composer require "cyberitas/yii2-tinymce-processor"
13
```
14
15
```php
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "Cyberitas/yii2-tinymce-processor",
+ "name": "cyberitas/yii2-tinymce-processor",
3
"description": "Yii 2 extension providing WordPress-style text processing from a TinyMCE editor",
4
"version": "0.1.0",
5
"type": "yii2-extension",
0 commit comments