Skip to content

Commit e130547

Browse files
committed
typo
1 parent baa4c93 commit e130547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ to get ``IMGUR_CLIENT_ID`` and ``IMGUR_API_KEY``.
110110

111111
::
112112

113-
# Choices are: "semantic-ui", "bootstrap"
113+
# Choices are: "semantic", "bootstrap"
114114
MARTOR_THEME = 'bootstrap'
115115

116116
# Global martor settings

martor/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from django.conf import settings
55

6-
# Choices are: "semantic-ui", "bootstrap"
6+
# Choices are: "semantic", "bootstrap"
77
MARTOR_THEME = getattr(settings, 'MARTOR_THEME', 'bootstrap')
88

99
# Global martor settings

0 commit comments

Comments
 (0)