From 04cab22a5c71458c1fa86ab95b1a8864fb1d66d4 Mon Sep 17 00:00:00 2001 From: Rish Date: Thu, 24 Sep 2020 12:18:26 +0530 Subject: [PATCH] Updated readme no issue - Updated badge and portal naming --- ghost/portal/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/portal/README.md b/ghost/portal/README.md index f4b7db9692..96a2679869 100644 --- a/ghost/portal/README.md +++ b/ghost/portal/README.md @@ -1,7 +1,7 @@ # Portal [![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%portal.svg)](https://badge.fury.io/js/%40tryghost%2Fportal) +[![npm version](https://badge.fury.io/js/%40tryghost%2Fportal.svg)](https://badge.fury.io/js/%40tryghost%2Fportal) Drop-in script to make the bulk of Ghost membership features work on any theme. @@ -10,7 +10,7 @@ Drop-in script to make the bulk of Ghost membership features work on any theme. Add below script in your theme's `default.hbs` just before the end of body tag OR in the code injection footer in Ghost Admin. ```html - + ``` The `data-ghost` attribute expects the URL for your site which is the only input Portal needs to work with your site's membership data via Ghost APIs. @@ -93,7 +93,7 @@ Run `yarn ship` to publish new version of script. `yarn ship` is an alias for `npm publish` - Builds the script with latest code using `yarn build` (prePublish) -- Publishes package on npm as `@tryghost/members-js` and creates an unpkg link for script at https://unpkg.com/@tryghost/portal@VERSION +- Publishes package on npm as `@tryghost/portal` and creates an unpkg link for script at https://unpkg.com/@tryghost/portal@VERSION ## Learn More