diff README @ 26:3df49721008c

upgrade to Bootstrap v3.3.1
author souliane <souliane@mailoo.org>
date Mon, 19 Jan 2015 21:22:40 +0100
parents c6a3ca0429dd
children b45621706d83
line wrap: on
line diff
--- a/README	Mon Jan 19 14:23:56 2015 +0100
+++ b/README	Mon Jan 19 21:22:40 2015 +0100
@@ -65,7 +65,7 @@
 django-admin makemessages -a
 django-admin compilemessages
 
-All the preceeding instructions had to be done just once, now you only need to type this command (again in the project directory) whenever you want to launch the web server:
+All the preceding instructions had to be done just once, now you only need to type this command (again in the project directory) whenever you want to launch the web server:
 
 django-admin runserver
 
@@ -73,8 +73,9 @@
 
 The following third party project are shipped with this source code:
 
-	- Twitter Bootstrap ( http://twitter.github.com/bootstrap/ ): a CSS for rapid design. [Apache licence 2.0]
-	- Partition: a Django snippet by Smiley Chris [custom free (libre) licence: http://djangosnippets.org/about/tos/]
+    - Bootstrap v3.3.1 (http://getbootstrap.com) | Copyright 2011-2014 Twitter, Inc. | MIT licence: https://github.com/twbs/bootstrap/blob/master/LICENSE
+    - jQuery v1.11.1 (http://jquery.org) | Copyright 2005-2014 jQuery Foundation, Inc. | MIT licence: jquery.org/license
+    - Partition (http://djangosnippets.org/snippets/401/) | Copyright 2007 Smiley Chris | Custom free (libre) licence: http://djangosnippets.org/about/tos
 
 In addition, this project use Django to run.