Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rustamwin committed May 12, 2021
1 parent 0e4687e commit 44d1515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ $aliases->set('@bin', '@vendor/bin');
echo $aliases->get('@bin/phpunit');
```

The code about would output "/path/to/vendor/bit/phpunit".
The code about would output "/path/to/vendor/bin/phpunit".

Note that `set()` method does not check if the given path exists or not. All it does is to associate the alias with
the path.
Expand Down

0 comments on commit 44d1515

Please sign in to comment.