mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Updated unpkg link in readme to use latest version
no issue Instead of pinning to specific released version, we use `@latest` for picking the last released version automatically
This commit is contained in:
parent
7fee47b9a7
commit
f237a6ee37
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Drop-in script to make the bulk of members work on any theme.
|
|||
To load members.js in any Ghost theme, add below code in theme's `default.hbs` before the end of body tag or in code injection footer in Ghost Admin.
|
||||
|
||||
```html
|
||||
<script type="text/javascript" src="https://unpkg.com/@tryghost/members-js@0.2.1"></script>
|
||||
<script type="text/javascript" src="https://unpkg.com/@tryghost/members-js@latest/umd/members.min.js"></script>
|
||||
<script>
|
||||
// Initializes members.js
|
||||
// adminUrl: Your API domain (Ref: https://ghost.org/docs/api/v3/javascript/admin/#authentication)
|
||||
|
|
Loading…
Add table
Reference in a new issue