Skip to content

Commit 4033820

Browse files
authored
Merge pull request #40 from OneSignal/user-api-updates
docs: fix typo in composer install example
2 parents 37fa337 + 2c5db1f commit 4033820

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)