Skip to content

Commit

Permalink
meta: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Jun 9, 2023
1 parent 1565815 commit 42c4e01
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Official images integration for Hyas.
## Installation

```bash
npm i @hyas/images -D
npm i -D @hyas/images
```

## Setup

Add to `./config/_default/module.toml`:
Add mounts to `./config/_default/module.toml`:

```toml
[[mounts]]
Expand All @@ -35,7 +35,7 @@ Add to `./config/_default/module.toml`:
target = "layouts"
```

Add to `./config/_default/params.yml`:
Set the `image` parameters in `./config/_default/params.yml`:

```bash
image:
Expand Down Expand Up @@ -100,10 +100,11 @@ img[data-sizes="auto"] {
}
```

## Usage
## How to use

See the Hyas docs: [Images](https://gethyas.com/docs/recipes/images/)
See the Hyas documentation:

- [Images](https://docs.gethyas.com/guides/integrations-guide/images/)

## Credits

Expand Down

0 comments on commit 42c4e01

Please sign in to comment.