Skip to content

Commit ca14f33

Browse files
committed
Update README.md
- Corrected some of my markup changes - Added documentation link
1 parent c18e441 commit ca14f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ From [PyPi](https://pypi.org/project/django-materializecss-form/):
1313
pip install django-materializecss-form
1414
```
1515

16-
[From GitHub](https://github.com/kalwalkden/django-materializecss-form)
16+
From [GitHub](https://github.com/kalwalkden/django-materializecss-form)
1717

1818
Add module to INSTALLED_APPS:
1919

@@ -24,7 +24,7 @@ INSTALLED_APPS = (
2424
)
2525
```
2626

27-
Add Materializecss to your project:
27+
Add Materialize CSS to your project ([Official Documentation](https://materializecss.com/getting-started.html)):
2828

2929
In your base.html:
3030

0 commit comments

Comments
 (0)