Skip to content

Commit 2c5db1f

Browse files
OneSignalsherwinski
authored andcommitted
docs: fix typo in composer install example
1 parent 37fa337 commit 2c5db1f

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
@@ -23,12 +23,12 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow
2323
}
2424
],
2525
"require": {
26-
"OneSignal/onesignal-php-api": "*@dev"
26+
"onesignal/onesignal-php-api": "*@dev"
2727
}
2828
}
2929
```
3030

31-
Then run `composer install`
31+
Then run `composer update`
3232

3333

3434
## Usage examples

0 commit comments

Comments
 (0)