Skip to content

Commit

Permalink
Updating the installation instructions to no longer
Browse files Browse the repository at this point in the history
specify the version, so that the user always gets the latest stable
  • Loading branch information
Rican7 committed Nov 7, 2014
1 parent d58ff6d commit 5a0117a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,8 +18,8 @@
## Composer Installation

1. Get [Composer](http://getcomposer.org/)
2. Require Klein with `php composer.phar require klein/klein v2.1.x`
3. Install dependencies with `php composer.phar install`
2. Require Klein with `php composer.phar require klein/klein`
3. Add the following to your application's main PHP file: `require 'vendor/autoload.php';`

## Example

Expand Down

0 comments on commit 5a0117a

Please sign in to comment.