Skip to content

Commit

Permalink
docs(all): remove code blocks from npm and yarn in readme headings (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Jun 13, 2024
1 parent ecd0db5 commit 6153b91
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions libs/cart/guides/installation.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Installation

## Installing with `npm`
## Installing with npm

To install the cart library and its dependencies, use the following command in the terminal.

```bash
npm install @daffodil/cart @daffodil/core @ngrx/store @ngrx/effects --save
```

## Installing with `yarn`
## Installing with yarn

To install the cart library and its dependencies, use the following command in the terminal.

Expand Down
4 changes: 2 additions & 2 deletions libs/contact/guides/installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installation

## Installing with `npm`
## Installing with npm

To install the contact library and its dependencies, use the following command in your terminal.

Expand All @@ -10,7 +10,7 @@ npm install @daffodil/contact @daffodil/core @ngrx/store @ngrx/effects --save

After installing, an ecommerce platform driver needs to be set-up. We highly recommend installing the In-Memory-Web-API for fast, out-of-the-box development.

## Installing with `yarn`
## Installing with yarn

To install the contact library and its dependencies, use the following command in your terminal.

Expand Down
4 changes: 2 additions & 2 deletions libs/geography/guides/installation.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Installation

## Installing with `npm`
## Installing with npm

To install the `@daffodil/geography` library and its dependencies, use the following command in your terminal.

```bash
npm install @daffodil/geography @daffodil/core
```

## Installing with `yarn`
## Installing with yarn

To install the `@daffodil/geography` library and its dependencies, use the following command in your terminal.

Expand Down
4 changes: 2 additions & 2 deletions libs/newsletter/guides/installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installation

## Installing with `npm`
## Installing with npm

To install the newsletter library and its dependencies, use the following command in your terminal.

Expand All @@ -10,7 +10,7 @@ npm install @daffodil/newsletter @daffodil/core @ngrx/store @ngrx/effects --save

After installing, an ecommerce platform driver needs to be set-up, we highly recommend installing the [In-Memory-Web-API](#in-memory-web-api) for fast, out-of-the-box development.

## Installing with `yarn`
## Installing with yarn

To install the newsletter library and its dependencies, use the following command in your terminal.

Expand Down

0 comments on commit 6153b91

Please sign in to comment.