From 82d1642c28fddb4d30a5d45de7a67f55c5ec67c9 Mon Sep 17 00:00:00 2001 From: Kevin Hoffman Date: Thu, 25 May 2023 11:59:05 -0400 Subject: [PATCH] Update README.md Fixing typo in interface name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6661e3..2c0ecac 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A proposed [WebAssembly System Interface](https://github.com/WebAssembly/WASI) A ### Current Phase -`wasi-messaging` is currently in [Phase 1](https://github.com/WebAssembly/WASI/blob/main/Proposals.md#phase-1---feature-proposal-cg). +`wasi-sql` is currently in [Phase 1](https://github.com/WebAssembly/WASI/blob/main/Proposals.md#phase-1---feature-proposal-cg). ### Champions @@ -43,4 +43,4 @@ The `wasi-sql` interface abstracts away specific SQL flavors and database APIs, For a full API walk-through, see [wasi-sql-demo](https://github.com/danbugs/wasi-sql-demo). > Note: This README needs to be expanded to cover a number of additional fields suggested in the -[WASI Proposal template](https://github.com/WebAssembly/wasi-proposal-template). \ No newline at end of file +[WASI Proposal template](https://github.com/WebAssembly/wasi-proposal-template).