Skip to content

Commit 9571dd9

Browse files
committed
Update README.md
1 parent fb5620a commit 9571dd9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ Bootstrap and optional Font Awesome static files ready for the picking.
66
Install
77
-------
88

9-
pip install django-bootstrap-static
9+
pip install django-bootstrap-static==3.3.1
10+
11+
Contribution
12+
------------
13+
14+
Occasionally, I forget to update this package with new bootstrap updates. Please feel free to submit a PR.
1015

1116
Configuration
1217
-------------
@@ -15,10 +20,13 @@ To pickup bootstrap static files, simply inlcude 'boostrap' in your Intalled App
1520

1621
Please refer to each project for integration/install guides.
1722

23+
- http://getbootstrap.com
24+
- http://fortawesome.github.io/Font-Awesome/
25+
1826
Releases
1927
--------
2028

2129
To keep with the bootstrap release schedule we will keep version numbers of this app in sync with the bootstrap Major.Minor.Revision changes. The additional
2230
version number will be added at the end to denote a new change within this package itself.
2331

24-
django-bootstrap-static==2.3.1.1 == bootstrap 2.3.1 with an additional package change.
32+
django-bootstrap-static==3.3.1.1 == bootstrap 3.3.1 with an additional package change.

0 commit comments

Comments
 (0)