Navigation Menu

Skip to content

Commit

Permalink
Fix heading sizes.
Browse files Browse the repository at this point in the history
  • Loading branch information
trq committed Mar 31, 2012
1 parent e246b69 commit 21c4964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .phrozn/entries/docs/cascading-namespace.twig
@@ -1,7 +1,7 @@
layout: docs.twig
---
<div class="well">
<h1>The cascading name space</h1>
<h2>The cascading name space</h2>
<p>
The entire Proem framework sits within the <em>Proem\Api</em> name space, yet internally it uses a virtual name space
called <em>Proem</em>, users also use this same <em>virtual</em> name space when using Proem. This name space doesn't
Expand Down
2 changes: 1 addition & 1 deletion .phrozn/entries/docs/route-component.twig
@@ -1,7 +1,7 @@
layout: docs.twig
---
<div class="well">
<h1>The routing component</h1>
<h2>The routing component</h2>
<p>
Routing is the process of parsing a uri and mapping the resultant tokens to modules, controllers, actions and further
parameters. At it's simplest, the <a href="https://github.com/proem/proem/blob/develop/lib/Proem/Api/Routing/Route/Standard.php">standard route</a>
Expand Down

0 comments on commit 21c4964

Please sign in to comment.