Skip to content

Commit b5a39df

Browse files
authored
docs(customer-payment): update installation docs in overview (#3082)
1 parent 843cae1 commit b5a39df

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

libs/customer-payment/README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# @daffodil/customer-payment
2-
32
`@daffodil/customer-payment` contains the main features required to support customer management in an Angular app. It supports loading a customer and saved payments.
43

54
## Installation
5+
To install `@daffodil/customer-payment`, use the following commands in your terminal.
66

7-
```
7+
Install with npm:
8+
```bash
89
npm install @daffodil/customer-payment --save
910
```
11+
12+
Install with yarn:
13+
14+
```bash
15+
yarn add @daffodil/customer-payment
16+
```

0 commit comments

Comments
 (0)