Skip to content
Snippets Groups Projects
Commit 5d67f360 authored by Mohammad Jangda's avatar Mohammad Jangda
Browse files

Merge pull request #3 from Tovok7/patch-1

Use proper PUSH_SYNDICATE_KEY variable in README
parents 2f67716d 5eec3348
Branches
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ As any other WordPress plugin you can enable push syndication plugin through the ...@@ -42,7 +42,7 @@ As any other WordPress plugin you can enable push syndication plugin through the
page in the WordPress admin area. You also need to define an encryption key which will be page in the WordPress admin area. You also need to define an encryption key which will be
used to encrypt user credentials and save to the database securely. used to encrypt user credentials and save to the database securely.
define('PUSH_SYNDICATION_KEY', 'this-is-a-randon-key') define('PUSH_SYNDICATE_KEY', 'this-is-a-randon-key')
## Changelog ## ## Changelog ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment