From 2e2bde62f9a729f26bbaf768840ded3393f994b8 Mon Sep 17 00:00:00 2001 From: James Opstad <13586373+jamesopstad@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:44:17 +0000 Subject: [PATCH] Add note to top of README (#130) * Add note to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bd20ed7..f749f4c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +> [!NOTE] +> This README contains preliminary documentation. +> The `@cloudflare/vite-plugin` package is not yet published but you can currently install it by running `npm install https://pkg.pr.new/flarelabs-net/vite-plugin-cloudflare/@flarelabs-net/vite-plugin-cloudflare@main --save-dev`. + # `@cloudflare/vite-plugin` [Intro](#intro) | [Quick start](#quick-start) | [Tutorial](#tutorial) | [API](#api) | [Worker environments](#worker-environments) | [Migrating from `wrangler dev`](#migrating-from-wrangler-dev)