Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken links #34

Merged
merged 2 commits into from
Sep 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ $user->leastRecentOnline();

**Installation and usage on last versions of framework:**

[Laravel 5.4](https://github.com/highideas/laravel-users-online/instructions/5.4.md)
[Laravel 5.4](instructions/5.4.md)

[Laravel 5.3](https://github.com/highideas/laravel-users-online/instructions/5.3.md)
[Laravel 5.3](instructions/5.3.md)

[Laravel 5.2](https://github.com/highideas/laravel-users-online/instructions/5.2.md)
[Laravel 5.2](instructions/5.2.md)
2 changes: 1 addition & 1 deletion instructions/5.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Laravel 5.2 - Laravel Users Online 1.0.x

##Instalation
## Instalation

Add the new required package in your composer.json

Expand Down
2 changes: 1 addition & 1 deletion instructions/5.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Laravel 5.3 - Laravel Users Online 2.0.x

##Instalation
## Instalation

Add the new required package in your composer.json

Expand Down
2 changes: 1 addition & 1 deletion instructions/5.4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Laravel 5.4 - Laravel Users Online 2.2.x

##Instalation
## Instalation

Add the new required package in your composer.json

Expand Down