Skip to content

Commit fc4628e

Browse files
committed
Fix readme formatting
1 parent 817e666 commit fc4628e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,30 @@ currently used frontend framework such as Bootstrap, or its specific version.
1414
Key features
1515
============
1616

17-
- Support of `Bootstrap 5 <https://getbootstrap.com>`_, django CMS 3.8+
18-
and the new upcoming major django CMS 4.
17+
- Support of `Bootstrap 5 <https://getbootstrap.com>`_, django CMS 3.8+
18+
and the new upcoming major django CMS 4.
1919

20-
- **Separation of plugins from css framework**, i.e. no need to
21-
rebuild you site's plugin tree if css framework is changed in the
22-
future, e.g. from Bootstrap 5 to a future version.
20+
- **Separation of plugins from css framework**, i.e. no need to
21+
rebuild you site's plugin tree if css framework is changed in the
22+
future, e.g. from Bootstrap 5 to a future version.
2323

24-
- **New link plugin** allowing to link to internal pages provided by
25-
other applications, such as `djangocms-blog
26-
<https://github.com/nephila/djangocms-blog>`_.
24+
- **New link plugin** allowing to link to internal pages provided by
25+
other applications, such as `djangocms-blog
26+
<https://github.com/nephila/djangocms-blog>`_.
2727

28-
- **Nice and well-arranged admin frontend** of `djangocms-bootstrap4
29-
<https://github.com/django-cms/djangocms-bootstrap4>`_
28+
- **Nice and well-arranged admin frontend** of `djangocms-bootstrap4
29+
<https://github.com/django-cms/djangocms-bootstrap4>`_
3030

3131
- A management command to **migrate from djangocms-bootstrap4**. This
3232
command automatically migrates all ``djangocms-bootstrap4`` plugins to
3333
``djangocms-frontend``.
3434

35-
- **Extensible** within the project and with separate project (e.g. a
36-
theme app)
35+
- **Extensible** within the project and with separate project (e.g. a
36+
theme app)
3737

38-
- **Plugins are re-usable as UI compnents** anywhere in your project
39-
(e.g. in a custom app) giving your whole project a more consistent
40-
user experience.
38+
- **Plugins are re-usable as UI components** anywhere in your project
39+
(e.g. in a custom app) giving your whole project a more consistent
40+
user experience.
4141

4242
Description
4343
===========

0 commit comments

Comments
 (0)