Skip to content

Commit

Permalink
Tweaked tagline in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Aug 21, 2015
1 parent 877f276 commit 34bd5ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Caffeine For Laravel 5.1
**_Keeping Your Laravel Forms Awake_**

## Goal
Prevent forms from timing out when submitting them after leaving them on-screen for a considerable amount of time.
(Laravel defaults to 120 minutes, but that is configurable and could be different site-by-site.)
Expand All @@ -18,7 +20,7 @@ This package adds the routes under `genealabs/laravel-caffeine`. Please verify t
existing routes.

## Installation
1. Install caffeine via composer:
1. Install Caffeine via composer:
```sh
composer require genealabs/laravel-caffeine:~0.1
```
Expand Down

0 comments on commit 34bd5ba

Please sign in to comment.