From b88925e550d3ca4c75bddbb6734e4b2c354731bd Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 14 Sep 2023 23:19:11 +0200 Subject: [PATCH] chore: update docs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1db24da..4e1d238 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.