Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Sep 12, 2024
1 parent 57cf3e9 commit 92a9911
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/newsletter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ To install `@daffodil/newsletter` and its dependencies, use the following comman

Install with npm:
```
npm install @daffodil/newsletter @daffodil/core @ngrx/store @ngrx/effects --save
npm install @daffodil/newsletter --save
```

Install with yarn:
```
yarn add @daffodil/newsletter @daffodil/core @ngrx/store @ngrx/effects
yarn add @daffodil/newsletter
```

> After installing, an ecommerce platform driver needs to be set up. We highly recommend installing the [in-memory web api](./guides/drivers.md) for fast, out-of-the-box development.
> After installing, a platform driver needs to be set up. We highly recommend installing the [in-memory web api](./guides/drivers.md) for getting started quickly.
## Getting started
1. Import the `StoreModule` and the `DaffNewsletterModule` in the root component of your application.
Expand Down

0 comments on commit 92a9911

Please sign in to comment.