Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
webflo committed Mar 15, 2024
1 parent 0a14569 commit 97575fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Drupal Finder provides a class to locate a Drupal installation based on Composer
## Usage

```PHP
$drupalFinder = new \DrupalFinder\DrupalFinder();
$drupalFinder = new \DrupalFinder\DrupalFinderComposerRuntime();

$drupalRoot = $drupalFinder->getDrupalRoot();
$composerRoot = $drupalFinder->getComposerRoot();
Expand All @@ -17,8 +17,8 @@ $vendorDir = $drupalFinder->getVendorDir();

## Examples

- [Drupal Console Launcher](https://github.com/hechoendrupal/drupal-console-launcher)
- [Drush](https://github.com/drush-ops/drush)
- [phpstan-drupal](https://github.com/mglaman/phpstan-drupal)

## License

Expand Down

0 comments on commit 97575fe

Please sign in to comment.