From 4a3795f8d95c004b5848ea64bf2738652c86b291 Mon Sep 17 00:00:00 2001 From: Bailey Hayes Date: Wed, 29 Nov 2023 16:57:04 -0500 Subject: [PATCH] docs: fix language for portability criteria This is to align language in the WASI phase process with all pre-existing WASI repos. Phase 4 Advancement Criteria was renamed to Portability Criteria in WebAssembly/WASI#549, so rename it in this document. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 287a5d7..e112f62 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ wasi-cli is currently in [Phase 1]. - Dan Gohman -### Phase 4 Advancement Criteria +### Portability Criteria WASI CLI must have host implementations which can pass the testsuite on at least Windows, macOS, and Linux.