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