diff --git a/libs/analytics/README.md b/libs/analytics/README.md index 9044cedabf..91dc3aa43c 100644 --- a/libs/analytics/README.md +++ b/libs/analytics/README.md @@ -5,17 +5,17 @@ It simplifies event tracking and provides configuration options, such as defining analyzable actions. Notably, `@daffodil/analytics` focuses on handling state-related events and operates specifically on [`Actions`](https://ngrx.io/api/store/Action) from [`@ngrx/store`](https://ngrx.io/guide/store), rather than browser events. Additionally, it includes testing utilities tailored for analytics event tracking in Angular applications. ## Installation -To install `@daffodil/analytics` and its required dependencies, use the following commands in the terminal. +To install `@daffodil/analytics`, use the following commands in your terminal. Install with npm: ```bash -npm install @daffodil/auth @angular/common @angular/core @ngrx/store @ngrx/effects rxjs --save +npm install @daffodil/auth --save ``` Install with yarn: ```bash -yarn add @daffodil/auth @angular/common @angular/core @ngrx/store @ngrx/effects rxjs +yarn add @daffodil/auth ``` ## Features diff --git a/libs/auth/README.md b/libs/auth/README.md index f3a319a83a..3d9f6162df 100644 --- a/libs/auth/README.md +++ b/libs/auth/README.md @@ -2,15 +2,15 @@ `@daffodil/auth` manages the login and registration of users and their corresponding access tokens. ## Installation -To install `@daffodil/auth` and its dependencies, use the following commands in the terminal. +To install `@daffodil/auth`, use the following commands in your terminal. Install with npm: ```bash -npm install @daffodil/auth @angular/common @angular/core @daffodil/core @ngrx/store rxjs --save +npm install @daffodil/auth --save ``` Install with yarn: ```bash -yarn add @daffodil/auth @angular/common @angular/core @daffodil/core @ngrx/store rxjs +yarn add @daffodil/auth ``` diff --git a/libs/authorizenet/README.md b/libs/authorizenet/README.md index 1286ccd180..166b634b66 100644 --- a/libs/authorizenet/README.md +++ b/libs/authorizenet/README.md @@ -6,7 +6,7 @@ To install `@daffodil/authorizenet`, use the following commands in the terminal. Install with npm: ``` -npm install @daffodil/authorizenet +npm install @daffodil/authorizenet --save ``` Install with yarn: diff --git a/libs/category/README.md b/libs/category/README.md index 8c2d5ebfcd..cd61771c25 100644 --- a/libs/category/README.md +++ b/libs/category/README.md @@ -9,7 +9,7 @@ To install `@daffodil/category`, use the following commands in the terminal. Install with npm: ```bash -npm install @daffodil/category +npm install @daffodil/category --save ``` Install with yarn: diff --git a/libs/contact/README.md b/libs/contact/README.md index ce20c01b92..dd1e737401 100644 --- a/libs/contact/README.md +++ b/libs/contact/README.md @@ -5,17 +5,17 @@ It supports drivers for a variety of ecommerce platforms, simplifying the process of integrating your UI with your platform's contact features. ## Installation -To install `@daffodil/contact` and its dependencies, use the following commands in the terminal. +To install `@daffodil/contact`, use the following commands in your terminal. Install with npm: ```bash -npm install @daffodil/contact @daffodil/core @ngrx/store @ngrx/effects --save +npm install @daffodil/contact --save ``` Install with yarn: ```bash -yarn add @daffodil/contact @daffodil/core @ngrx/store @ngrx/effects +yarn add @daffodil/contact ``` > 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. diff --git a/libs/core/README.md b/libs/core/README.md index 23375f31bf..d7c29da0d7 100644 --- a/libs/core/README.md +++ b/libs/core/README.md @@ -3,11 +3,11 @@ Building and maintaining a model and code for an ecommerce store is complex and provides clear interfaces, models, and factories for the frontend of an ecommerce store so that you don't have to. ## Installation -To install `@daffodil/core`, use the following commands in the terminal. +To install `@daffodil/core`, use the following commands in your terminal. Install with npm: ``` -npm install @daffodil/core +npm install @daffodil/core --save ``` Install with yarn: diff --git a/libs/external-router/README.md b/libs/external-router/README.md index 128c48d250..e7da27be03 100644 --- a/libs/external-router/README.md +++ b/libs/external-router/README.md @@ -5,16 +5,16 @@ It's useful when you are trying to generate "user-friendly" routes in external applications and want to resolve them by their "user-friendly" uri, like `sweatshirts`, instead of paths such as `category/6` or `category/sweatshirts`. ## Installation -To install `@daffodil/external-router` and its dependencies, use the following commands in the terminal. +To install `@daffodil/external-router`, use the following commands in your terminal. Install with npm: ```bash -npm install @daffodil/external-router @daffodil/core --save +npm install @daffodil/external-router --save ``` Install with yarn: ```bash -yarn add @daffodil/external-router @daffodil/core +yarn add @daffodil/external-router ``` ## Usage diff --git a/libs/geography/README.md b/libs/geography/README.md index d2b1ed9384..78bbdfb64d 100644 --- a/libs/geography/README.md +++ b/libs/geography/README.md @@ -2,16 +2,16 @@ `@daffodil/geography` provides platform-agnostic drivers for retrieving the list of available "regions" or "states" for a given country supported by a platform, along with useful models and functions for working with physical addresses. ## Installation -To install `@daffodil/geography` and its dependencies, use the following commands in your terminal. +To install `@daffodil/geography`, use the following commands in your terminal. Install with npm: ```bash -npm install @daffodil/geography @daffodil/core --save +npm install @daffodil/geography --save ``` Install with yarn: ```bash -yarn add @daffodil/geography @daffodil/core +yarn add @daffodil/geography ``` ## Supported Platforms diff --git a/libs/navigation/README.md b/libs/navigation/README.md index 01f3d698ae..f875062a99 100644 --- a/libs/navigation/README.md +++ b/libs/navigation/README.md @@ -5,11 +5,11 @@ Right now, `@daffodil/navigation` currently supports both a Magento driver and an in-memory driver (only outputs a shallow trees) for local development. ## Installation -To install `@daffodil/navigation`, use the following commands in the terminal. +To install `@daffodil/navigation`, use the following commands in your terminal. Install with npm: ```bash -npm install @daffodil/navigation +npm install @daffodil/navigation --save ``` Install with yarn: