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 = {});