diff --git a/_layouts/default.html b/_layouts/default.html index 912c81d..e3ae15a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -9,7 +9,7 @@
PHP5.3+ Routing Class. Supports REST, dynamic and reversed routing.
View the Project on GitHub dannyvankooten/AltoRouter
diff --git a/usage/install.html b/usage/install.html index f9dc55a..0faf9e7 100644 --- a/usage/install.html +++ b/usage/install.html @@ -9,7 +9,7 @@ layout: defaultTo install using Composer, you will have to install Composer first.
+To install using Composer, you will have to install Composer first.
{% highlight bash %} curl -s https://getcomposer.org/installer | php @@ -37,7 +37,7 @@ php composer.phar install require 'vendor/autoload.php'; {% endhighlight %} -You are now ready to use the AltoRouter
class. Rewrite all requests to your application file and start mapping your routes.
You are now ready to use the AltoRouter
class. Rewrite all requests to your application file and start mapping your routes.
Just download the AltoRouter class and require it in your application file.