From a95f07fef52c095285dc2dc50f2f967fc69cdf80 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Mon, 30 Aug 2021 10:14:41 +0800 Subject: [PATCH] Revise CPU/OS support line. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e4746f9f..f63abb9d 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ Rhai is an embedded scripting language and evaluation engine for Rust that gives to add scripting to any application. -Supported targets and builds ---------------------------- +Targets and builds +------------------ -* All common CPU targets for Windows, Linux and MacOS. -* WebAssembly (WASM) -* `no-std` +* All CPU and O/S targets supported by Rust, including: + * WebAssembly (WASM) + * `no-std` * Minimum Rust version 1.49