Skip to content

Commit

Permalink
Merge pull request #2 from ZAYEC77/patch-1
Browse files Browse the repository at this point in the history
Small README fixes
  • Loading branch information
trntv committed Dec 18, 2014
2 parents 8c2417b + 8393f26 commit ba8cdfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -34,7 +34,7 @@ trntv\aceeditor\AceEditor::widget([
// or just for input field
'name' => 'my_input_name',

'mode'=>'html' // programing language mode. Default "html"
'mode'=>'html', // programing language mode. Default "html"
'theme'=>'github' // editor theme. Default "github"
]);
```
Expand All @@ -43,9 +43,9 @@ With active field

```php
$form->field($model, 'field')->widget(
'trntv\aceeditor\Aceeditor',
'trntv\aceeditor\AceEditor',
[
'mode'=>'html' // programing language mode. Default "html"
'mode'=>'html', // programing language mode. Default "html"
'theme'=>'github' // editor theme. Default "github"
]
)
Expand Down

0 comments on commit ba8cdfe

Please sign in to comment.