Skip to content

Commit

Permalink
Merge pull request #1 from bbloom/patch-1
Browse files Browse the repository at this point in the history
Update readme.md to reflect moving files to new folder.
  • Loading branch information
JeffreyWay committed Mar 23, 2015
2 parents 54b9207 + 3c16b55 commit 527adc5
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 @@ -14,7 +14,7 @@ composer require laracasts/integrated --dev

### Step 2: Extend

Within a PHPUnit test class, extend either `Laracasts\Integrated\Goutte` for general PHP applications, or `Laracasts\Integrated\Extensions\Laravel`, if you use Laravel.
Within a PHPUnit test class, extend either `Laracasts\Integrated\Extensions\Goutte` for general PHP applications, or `Laracasts\Integrated\Extensions\Laravel`, if you use Laravel.

```php
<?php // tests/ExampleTest.php
Expand Down

0 comments on commit 527adc5

Please sign in to comment.