From c05f3916c059448f91d471fa7f8d7c6da7ce084b Mon Sep 17 00:00:00 2001 From: Rish Date: Tue, 21 Apr 2020 11:17:23 +0530 Subject: [PATCH] Updated readme Cleaned up usage instructions --- ghost/portal/README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/ghost/portal/README.md b/ghost/portal/README.md index 6397ce73fc..821a8cb97a 100644 --- a/ghost/portal/README.md +++ b/ghost/portal/README.md @@ -3,21 +3,19 @@ [![CI Status](https://github.com/TryGhost/members.js/workflows/Test/badge.svg?branch=master)](https://github.com/TryGhost/Ghost-CLI/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 members work on any theme +Drop-in script to make the bulk of members work on any theme. -## Using in a theme +## Usage -To load members.js in any Ghost theme, below code needs to be added in theme's `default.hbs` before the end of body tag. +To load members.js in any Ghost theme, add below code in theme's `default.hbs` before the end of body tag. ```html ```