mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
Updated readme
Updated example admin url value for local setup
This commit is contained in:
parent
e999bcd146
commit
2cf40fa6b8
@ -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>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user