Skip to content

Commit

Permalink
Merge pull request #12 from adrienbrunet/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
g3rd authored Dec 12, 2017
2 parents 003cc66 + e12b4d4 commit a88cce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class MyModelAdmin(MediumEditorAdmin, admin.ModelAdmin):
Optionaly change theme or change medium editor options in your settings.py
```
# Theme options `default`, `roman`, `mani`, `flat`, `bootstrap`, `tim`, `beagle`
MEDIUM_EDITOR_THEME = 'beagle' # `default` is defualt theme
MEDIUM_EDITOR_THEME = 'beagle' # `default` is default theme
MEDIUM_EDITOR_OPTIONS = {..}
```
[Available Options](https://github.com/yabwe/medium-editor/blob/master/OPTIONS.md)
Expand Down

0 comments on commit a88cce5

Please sign in to comment.