Updated readme

Updated example admin url value for local setup
This commit is contained in:
Rish 2020-04-23 12:59:26 +05:30
parent e999bcd146
commit 2cf40fa6b8

View File

@ -14,7 +14,7 @@ To load members.js in any Ghost theme, add below code in theme's `default.hbs` b
<script>
// Initializes members.js
window.GhostMembers.init({
adminUrl: 'https://youradminurl.com' // Ex. localhost:2368/ghost
adminUrl: 'https://youradminurl.com' // Ex. http://localhost:2368/ghost
});
</script>
```