From 6e6595b6af81a96886948198a0f3852f1fccee6b Mon Sep 17 00:00:00 2001 From: Christian Liebel Date: Wed, 4 Jun 2025 13:11:22 +0200 Subject: [PATCH] Fix `Proofreader` interface name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef41ec2..a75f31e 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ if (inputRenderIndex !== input.length){ ### Full API surface in Web IDL ```js [Exposed=(Window,Worker), SecureContext] -interface ProofreaderFactory { +interface Proofreader { static Promise create(optional ProofreaderCreateOptions options = {}); static Promise availability(optional ProofreaderCreateCoreOptions options = {});