Skip to content

Commit

Permalink
fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 28, 2015
1 parent 4c7c389 commit 935f782
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/quick-start.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Quick Start
-----------
===========

You are busy, and you just want to ``get things done™``, so let's get going.

Expand Down Expand Up @@ -58,7 +58,7 @@ that Crud view is simply a listener for the events generated by the plugin. If
this is new to you, don't worry, it will be explained in the following sections.

Using It In Your Controllers
----------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Any controller inheriting from ``AppController`` will automatically implement
the specified actions loaded int the ``CRUD`` component configuration.
Expand All @@ -75,7 +75,7 @@ Therefore, you can just leave your controller code empty!
}
View the Results
----------------
~~~~~~~~~~~~~~~~

You can now access your categories list by pointing your browser to
``http://example.com/categories``. Browse around your new Admin interface for
Expand Down

0 comments on commit 935f782

Please sign in to comment.