diff --git a/ghost/portal/README.md b/ghost/portal/README.md index 01074dbc7e..780ea8112f 100644 --- a/ghost/portal/README.md +++ b/ghost/portal/README.md @@ -1,6 +1,6 @@ -# Members.js +# Portal -[![CI Status](https://github.com/TryGhost/members.js/workflows/Test/badge.svg?branch=master)](https://github.com/TryGhost/members.js/actions) +[![CI Status](https://github.com/TryGhost/portal/workflows/Test/badge.svg?branch=master)](https://github.com/TryGhost/portal/actions) [![npm version](https://badge.fury.io/js/%40tryghost%2Fmembers-js.svg)](https://badge.fury.io/js/%40tryghost%2Fmembers-js) Drop-in script to make the bulk of Ghost membership features work on any theme. @@ -30,13 +30,13 @@ The script also adds custom class names to this element for open and close state 1. Clone this repository: ```shell -git@github.com:TryGhost/members.js.git +git@github.com:TryGhost/portal.git ``` 2. Change into the new directory and install the dependencies: ```shell -cd members.js +cd portal yarn ``` @@ -44,7 +44,7 @@ yarn Only useful for active UI development without publishing a version on unpkg. Always use the unpkg link for testing latest released members.js. -#### In this repo(Members.js): +#### In this repo(Portal): - Run `yarn build` to create the minified bundle with your changes at `umd/members.min.js` diff --git a/ghost/portal/package.json b/ghost/portal/package.json index 34ed85876a..88b43ec4b7 100644 --- a/ghost/portal/package.json +++ b/ghost/portal/package.json @@ -2,7 +2,7 @@ "name": "@tryghost/members-js", "version": "0.9.1", "license": "MIT", - "repository": "git@github.com:TryGhost/membersjs.git", + "repository": "git@github.com:TryGhost/portal.git", "author": "Ghost Foundation", "unpkg": "umd/members.min.js", "files": [