From 9f0f681de6007f0b6f63bdb4f0e808b46ba16cd9 Mon Sep 17 00:00:00 2001 From: Bailey Hayes Date: Wed, 29 Nov 2023 16:52:49 -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 d91dd8e..650f50a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ WASI-clocks is currently in [Phase 2]. - Dan Gohman -### Phase 4 Advancement Criteria +### Portability Criteria WASI clocks must have host implementations which can pass the testsuite on at least Windows, macOS, and Linux.