Skip to content

Commit 73fed68

Browse files
authored
docs: fix typo in README (#249)
1 parent 7ec4f20 commit 73fed68

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
@@ -38,11 +38,11 @@ Replace `<VERSION>` with the version you want to install.
3838
import { ParsePushAdapter } from '@parse/push-adapter';
3939

4040
// For CommonJS replace the import statemtent above with the following line:
41-
// const PushAdapter = require('@parse/push-adapter').default;
41+
// const ParsePushAdapter = require('@parse/push-adapter').default;
4242

4343
const parseServerOptions = {
4444
push: {
45-
adapter: new PushAdapter({
45+
adapter: new ParsePushAdapter({
4646
ios: {
4747
// Apple push options
4848
},

0 commit comments

Comments
 (0)