Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mlatzko committed Mar 10, 2016
1 parent 132b3af commit 579de28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mlatzko/SlimRouter",
"description": "A Slim3 based router to access SlimMicroService based services.",
"name": "mlatzko/SlimSkeleton",
"description": "A skeleton for Slim based applications.",
"license": "https://opensource.org/licenses/MIT",
"type": "project",
"keywords": ["slim-framework", "skeleton", "router", "service"],
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Routing of the application.
*
* @link https://github.com/mlatzko/SlimRouter
* @link https://github.com/mlatzko
* @copyright Copyright (c) 2015 Mathias Latzko
* @license https://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion src/public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Run Slim3 application.
*
* @link https://github.com/mlatzko/SlimRouter
* @link https://github.com/mlatzko
* @copyright Copyright (c) 2015 Mathias Latzko
* @license https://opensource.org/licenses/MIT
*/
Expand Down

0 comments on commit 579de28

Please sign in to comment.