Skip to content

Commit

Permalink
Update Composer link
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Mims authored Feb 9, 2018
1 parent 702a3ee commit 07dd66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can install the bindings via [Composer](http://getcomposer.org/). Run the fo
composer require stripe/stripe-php
```

To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/00-intro.md#autoloading):
To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading):

```php
require_once('vendor/autoload.php');
Expand Down

0 comments on commit 07dd66e

Please sign in to comment.