Skip to content

Commit 28b2303

Browse files
authored
Fixed composer install package name
1 parent d1dc89b commit 28b2303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This package contains a PHP Dredd hook handler which provides a bridge between t
1212
Laravel Hooks for Dredd should be installed via composer, we recommend you put this in your require-dev section.
1313

1414
```bash
15-
composer require ddelnano/dredd-hooks-laravel --dev
15+
composer require netsells/dredd-hooks-laravel --dev
1616
```
1717

1818
### Dredd Setup
@@ -55,4 +55,4 @@ class Kernel extends DreddKernel
5555
$hook->group('Posts', Hooks\Posts::class);
5656
}
5757
}
58-
```
58+
```

0 commit comments

Comments
 (0)