docs(onesignal): update incorrect path to hook file (#2715)

This commit is contained in:
Tyler Hall 2018-09-15 04:39:14 -04:00 committed by Daniel Sogl
parent ac467c50ac
commit 6a9a871758

View File

@ -369,7 +369,7 @@ export enum OSActionType {
* ```
*
* 3. From the root of your project make the file executable:
* `$ chmod +x hooks/after_prepare/030_copy_android_notification_icons.js`
* `$ chmod +x hooks/copy_android_notification_icons.js`
*
*
* @usage