We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec4f20 commit 73fed68Copy full SHA for 73fed68
README.md
@@ -38,11 +38,11 @@ Replace `<VERSION>` with the version you want to install.
38
import { ParsePushAdapter } from '@parse/push-adapter';
39
40
// For CommonJS replace the import statemtent above with the following line:
41
-// const PushAdapter = require('@parse/push-adapter').default;
+// const ParsePushAdapter = require('@parse/push-adapter').default;
42
43
const parseServerOptions = {
44
push: {
45
- adapter: new PushAdapter({
+ adapter: new ParsePushAdapter({
46
ios: {
47
// Apple push options
48
},
0 commit comments