mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
Updated Readme
Fixed init method
This commit is contained in:
parent
e36b6a8ae5
commit
e7973cf37a
@ -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…
Reference in New Issue
Block a user