Skip to content
Merged

Typo #83

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
4 changes: 2 additions & 2 deletions exercises/dependency-heaven/problem/problem.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You will also be required to use `danielstjules/stringy` to manipulate the data
----------------------------------------------------------------------
## HINTS

Point your browser to [https://getcomposer.org/doc/00-intro.md](https://getcomposer.org/doc/00-intro.md) which will walk you through **Installing Composer** if you havn't already!
Point your browser to [https://getcomposer.org/doc/00-intro.md](https://getcomposer.org/doc/00-intro.md) which will walk you through **Installing Composer** if you haven't already!

Use `composer init` to create your `composer.json` file with interactive search.

Expand All @@ -54,4 +54,4 @@ Oh, and don't forget to use the Composer autoloader with:
```php
require_once __DIR__ . '/vendor/autoload.php';
```
----------------------------------------------------------------------
----------------------------------------------------------------------