Updated README

no-issue

- Corrects the package name
- Removes the run section as it's not applicable
This commit is contained in:
Fabien 'egg' O'Carroll 2022-01-31 18:17:45 +02:00 committed by GitHub
parent 5baaddb81e
commit 67713832f6

View File

@ -1,12 +1,12 @@
# Payment Service
# Stripe Service
## Install
`npm install @tryghost/payment-service --save`
`npm install @tryghost/members-stripe-service --save`
or
`yarn add @tryghost/payment-service`
`yarn add @tryghost/members-stripe-service`
## Usage
@ -20,15 +20,7 @@ Follow the instructions for the top-level repo.
1. `git clone` this repo & `cd` into it as usual
2. Run `yarn` to install top-level dependencies.
## Run
- `yarn dev`
## Test
- `yarn lint` run just eslint
- `yarn test` run lint and tests