Commit 3fe20103 authored by Petrus J.v.Rensburg's avatar Petrus J.v.Rensburg

Some minor fixes to the README.

parent eeacef04
...@@ -23,7 +23,8 @@ Out-of-the-box, Flask-Admin plays nicely with various ORM's, including ...@@ -23,7 +23,8 @@ Out-of-the-box, Flask-Admin plays nicely with various ORM's, including
It also boasts a simple file management interface and a `redis client <http://redis.io/>`_ console. It also boasts a simple file management interface and a `redis client <http://redis.io/>`_ console.
Several usage examples are included in the */examples* folder. Feel free to add your own examples, or improve some of the existing ones, and submit them as a *pull-request*. Several usage examples are included in the */examples* folder. Please feel free to add your own examples, or improve
on some of the existing ones, and then submit them via GitHub as a *pull-request*.
The biggest feature of Flask-Admin is flexibility. It aims to provide a set of simple tools that can be used for The biggest feature of Flask-Admin is flexibility. It aims to provide a set of simple tools that can be used for
building admin interfaces of any complexity. So, to start off with you can create a very simple application in no time, building admin interfaces of any complexity. So, to start off with you can create a very simple application in no time,
...@@ -36,7 +37,8 @@ Documentation ...@@ -36,7 +37,8 @@ Documentation
------------- -------------
Flask-Admin is extensively documented, you can find all of the documentation at `http://readthedocs.org/docs/flask-admin <http://readthedocs.org/docs/flask-admin>`_. Flask-Admin is extensively documented, you can find all of the documentation at `http://readthedocs.org/docs/flask-admin <http://readthedocs.org/docs/flask-admin>`_.
The docs are auto-generated for the *.rst* files in the */doc* folder. So if you come across any errors, or think of anything that should be included, then please make the changes and submit them as a *pull-request*. The docs are auto-generated from the *.rst* files in the */doc* folder. So if you come across any errors, or
if you think of anything else that should be included, then please make the changes and submit them as a *pull-request*.
Installation Installation
------------ ------------
...@@ -63,8 +65,9 @@ and then:: ...@@ -63,8 +65,9 @@ and then::
cd flask-admin cd flask-admin
nosetests nosetests
You should see output such as:: You should see output similar to::
...
---------------------------------------------------------------------- ----------------------------------------------------------------------
Ran 41 tests in 2.092s Ran 41 tests in 2.092s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment