Skip to content

Commit

Permalink
Merge pull request mbr#53 from cvrebert/master
Browse files Browse the repository at this point in the history
Twitter Bootstrap is now simply "Bootstrap".
  • Loading branch information
mbr committed Feb 15, 2014
2 parents aeacbec + 866bf5a commit 705b882
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Flask-Bootstrap
===============

Flask-Bootstrap packages `Twitter's Bootstrap
<http://twitter.github.com/bootstrap/>`_ into an extension that mostly consists
Flask-Bootstrap packages `Bootstrap
<http://getbootstrap.com>`_ into an extension that mostly consists
of a blueprint named 'bootstrap'. It can also create links to serve Bootstrap
from a CDN and works with no boilerplate code in your application.

Expand Down
6 changes: 3 additions & 3 deletions docs/bootstrap2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ have a look at the code or sample app for major version 2, take a look at
Flask-Bootstrap
^^^^^^^^^^^^^^^

Flask-Bootstrap packages `Twitter's Bootstrap
<http://twitter.github.com/bootstrap/>`_ into an extension that mostly consists
Flask-Bootstrap packages `Bootstrap
<http://getbootstrap.com>`_ into an extension that mostly consists
of a blueprint named 'bootstrap'. It can also create links to serve Bootstrap
from a CDN.

Expand Down Expand Up @@ -126,7 +126,7 @@ Either install from github using ``pip`` or from `PyPI
A note on versioning
********************

Flask-Bootstrap tries to keep some track of Twitter's Bootstrap releases.
Flask-Bootstrap tries to keep some track of Bootstrap's releases.
Versioning is usually in the form of ``Bootstrap version`` - ``Flask-Bootstrap
iteration``. For example, a version of ``2.0.3-2`` bundles Bootstrap version
``2.0.3`` and is the second release of Flask-Bootstrap containing that version.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(fname):
license='BSD',
author='Marc Brinkmann',
author_email='[email protected]',
description='An extension that includes Twitter\'s Bootstrap in your '
description='An extension that includes Bootstrap in your '
'project, without any boilerplate code.',
long_description=read('README.rst'),
packages=['flask_bootstrap'],
Expand Down

0 comments on commit 705b882

Please sign in to comment.