From 6763418fce564d9ecde225232b3ce5777486b203 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sat, 18 Apr 2020 18:14:02 +0800 Subject: [PATCH] README: remove some warning --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 43ae17b..665d82f 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,7 @@ This requires Cloudflare Workers KV for storage and thus needs the paid Unlimite As a practice, Paprika was written in Rust and compiled to WebAssembly for execution on Cloudflare Workers, using `wasm-bindgen` to interact with the JS environment. One single JS dependency, `highlight.js`, was used because there's simply no good alternative from the Rust ecosystem. `webpack` was used for an automatic, cached loading experience of the WebAssembly module (the official template for WebAssembly by Cloudflare is terrible because it tries to re-instantiate the module every time a request comes in; using `webpack` fixed the issue because it's much smarter), along with the ability to load `highlight.js` modularly. -__WARNING: I haven't even converted my own blog to Paprika yet.__ - -__WARNING: This project is neither complete nor tested. Use at your own risk. Always keep backups.__ +__WARNING: This project is neither complete nor rigorously tested. Use at your own risk. Always keep backups.__ Prerequisites ===