mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Updated Readme
Fixed init method
This commit is contained in:
parent
e36b6a8ae5
commit
e7973cf37a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ To load members.js in any Ghost theme, add below code in theme's `default.hbs` b
|
|||
<script src="https://unpkg.com/@tryghost/members-js"></script>
|
||||
<script>
|
||||
// Initializes members.js
|
||||
window.GhostMembers.init({
|
||||
window.GhostMembers.initMembersJS({
|
||||
adminUrl: 'https://youradminurl.com'
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue