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 c18e441 commit ca14f33Copy full SHA for ca14f33
README.md
@@ -13,7 +13,7 @@ From [PyPi](https://pypi.org/project/django-materializecss-form/):
13
pip install django-materializecss-form
14
```
15
16
-[From GitHub](https://github.com/kalwalkden/django-materializecss-form)
+From [GitHub](https://github.com/kalwalkden/django-materializecss-form)
17
18
Add module to INSTALLED_APPS:
19
@@ -24,7 +24,7 @@ INSTALLED_APPS = (
24
)
25
26
27
-Add Materializecss to your project:
+Add Materialize CSS to your project ([Official Documentation](https://materializecss.com/getting-started.html)):
28
29
In your base.html:
30
0 commit comments