From d50c10500077f8dd581f621e4dd718dab571603f Mon Sep 17 00:00:00 2001 From: Rish Date: Thu, 24 Sep 2020 12:02:17 +0530 Subject: [PATCH] Updated package name in readme --- ghost/portal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/portal/README.md b/ghost/portal/README.md index 072ee6ff85..f4b7db9692 100644 --- a/ghost/portal/README.md +++ b/ghost/portal/README.md @@ -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/members-js@VERSION +- Publishes package on npm as `@tryghost/members-js` and creates an unpkg link for script at https://unpkg.com/@tryghost/portal@VERSION ## Learn More