Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 14, 2023
1 parent 26cb3e9 commit b88925e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ High performance, secure and easy-to-use image optimizer.

Powered by [sharp](https://github.com/lovell/sharp) and [libvips](https://github.com/libvips/libvips).

> [!IMPORTANT]
> This is the development branch for IPX v2. Check out [ipx/v1](https://github.com/unjs/ipx/tree/v1) for latest stable docs.
> [!IMPORTANT]
> This is the development branch for IPX v2. Check out [ipx/v1](https://github.com/unjs/ipx/tree/v1) for latest stable docs and [#71](https://github.com/unjs/ipx/issues/171) for v2 roadmap.
## Using CLI

Expand All @@ -17,13 +17,13 @@ You can use `ipx` command to start server.
Using `npx`:

```bash
npx ipx@latest serve --dir ./
npx ipx@next-2 serve --dir ./
```

Usin `bun`

```bash
bun x ipx@latest serve --dir ./
bun x npx ipx@next-2 serve --dir ./
```

The default serve directory is the current working directory.
Expand Down

0 comments on commit b88925e

Please sign in to comment.