Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Kura committed Jun 8, 2014
1 parent 6bc187d commit f3bb8ac
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
18 changes: 16 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Include the FontAwesome CSS in your base template.
Usage
=====

In your article or page, you simply need to add a line to embed you video.
In your article or page, you simply need to add a reference to FontAwesome and
then the icon name.

.. code-block:: rst
Expand All @@ -44,9 +45,22 @@ Which will result in:

<span class="fa fa-github"></span>

And to the user will see: :fa:`fa-github`

You can also increase the size, just like the `FontAwesome documentation
<https://fortawesome.github.io/Font-Awesome/examples/>`__ shows.

.. code-block:: rst
:fa:`fa-github fa-4x`
Will result in: :fa:`fa-github fa-4x`



License
=======

`MIT`_ license.

.. _MIT: http://opensource.org/licenses/MIT
.. _MIT: http://opensource.org/licenses/MIT
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
[aliases]
release = egg_info -RDb ''
upload = upload --sign --identity=49FCF4D9

[wheel]
universal = 1

0 comments on commit f3bb8ac

Please sign in to comment.