diff --git a/app/configs/default.php b/app/configs/default.php index b2494d1..bddc600 100755 --- a/app/configs/default.php +++ b/app/configs/default.php @@ -8,7 +8,7 @@ return [ 'application' => [ - 'title' => 'Phalcon REST Boilerplate', + 'title' => 'Phalcon REST API', 'description' => 'This repository provides an boilerplate application with all of the classes of Phalcon REST library implemented.', 'baseUri' => '/', 'viewsDir' => __DIR__ . '/../views/', diff --git a/app/views/general/documentation.phtml b/app/views/general/documentation.phtml index 8f0dfae..1fff7cf 100755 --- a/app/views/general/documentation.phtml +++ b/app/views/general/documentation.phtml @@ -23,7 +23,7 @@

-

+

Documentation

Collections

-- libgit2 0.21.4