From 0696e48b97e8d6232bd853c2a67b3d0c87bdbed6 Mon Sep 17 00:00:00 2001 From: arctic-hen7 Date: Sun, 20 Nov 2022 17:10:40 +1100 Subject: [PATCH] docs: clarified warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1075a284c5..43311174a9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Perseus is a blazingly fast frontend web development framework built in Rust with support for generating page state at build-time, request-time, incrementally, or whatever you'd like! It supports reactivity using [Sycamore](https://github.com/sycamore-rs/sycamore), and builds on it to provide a fully-fledged framework for developing modern apps. -**⚠ WARNING:** all new users must append `--wasm-opt-version version_110` to the first Perseus command they run (only needed once), due to [this issue](https://github.com/framesurge/perseus/issues/229), which is the result of an upstream fault. This will hopefully be resolved as soon as possible! +**⚠ WARNING:** all new users of the v0.4.x beta must append `--wasm-opt-version version_110` to the first Perseus command they run (only needed once), due to [this issue](https://github.com/framesurge/perseus/issues/229), which is the result of an upstream fault. This will hopefully be resolved as soon as possible! - 📕 Supports static generation (serving only static resources) - 🗼 Supports server-side rendering (serving dynamic resources)