diff --git a/README.md b/README.md index 304bbbb..1256b89 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,17 @@ Hurl.nvim is a Neovim plugin designed to run HTTP requests directly from `.hurl` files. Elevate your API development workflow by executing and viewing responses without leaving your editor.

+> [!IMPORTANT] +> Version 2 is in development! We're working on making hurl.nvim even better. Try out the [canary branch](https://github.com/jellydn/hurl.nvim/pull/207) and share your feedback: +> ```bash +> { +> "jellydn/hurl.nvim", +> branch = "canary", +> -- ... rest of your configuration +> } +> ``` + + [![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-)