From 8222331302ee03a563529a0e1423d4a104f8b69a Mon Sep 17 00:00:00 2001 From: xelaint Date: Thu, 12 Sep 2024 08:42:56 -0400 Subject: [PATCH] address comments --- libs/newsletter/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/newsletter/README.md b/libs/newsletter/README.md index a28967e70b..93d79bca1e 100644 --- a/libs/newsletter/README.md +++ b/libs/newsletter/README.md @@ -5,19 +5,19 @@ talk about supported platforms --> ## Installation -To install `@daffodil/newsletter` and its dependencies, use the following commands in the terminal. +To install `@daffodil/newsletter`, use the following commands in the terminal. 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.