mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
Updated README
no-issue - Corrects the package name - Removes the run section as it's not applicable
This commit is contained in:
parent
5baaddb81e
commit
67713832f6
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user