Skip to content

Commit

Permalink
renamed router class to be consistent with php class names
Browse files Browse the repository at this point in the history
  • Loading branch information
sageworksstudio committed Feb 19, 2019
1 parent 3a74ec0 commit aa1420c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Via composer.json
```
{
"require": {
"digi-brains/ya-router" : "1.2.0"
"digi-brains/ya-router" : "1.3.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2>
<ol>
<li>
<p>
Set up your <code>index.php</code> file (or whatever file you are pointing your inbound requests to). If you are using an autoloader, like composer Start by requiring the autoloader script: <code>require __DIR__ . '/vendor/autoload.php';</code>. Then <code>use</code> the <code>DigiBrains\YaRouter</code>. If you're not using an autoloader just <code>include</code> the Router.php script
Set up your <code>index.php</code> file (or whatever file you are pointing your inbound requests to). If you are using an autoloader, like composer Start by requiring the autoloader script: <code>require __DIR__ . '/vendor/autoload.php';</code>. Then <code>use</code> the <code>DigiBrains\YaRouter</code>. If you're not using an autoloader just <code>include</code> the YaRouter.php script
</p>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ya-router",
"version": "v1.2.0",
"version": "v1.3.0",
"description": "YaRouter is a very simple PHP router. It does exactly one thing; routs URL's to views.",
"repository": {
"type": "git",
Expand Down
File renamed without changes.

0 comments on commit aa1420c

Please sign in to comment.