Updated Readme

Fixed init method
This commit is contained in:
Rish 2020-04-21 15:18:12 +05:30
parent e36b6a8ae5
commit e7973cf37a

View File

@ -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>