diff --git a/README.md b/README.md index bb6fd48..e62d72f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Otherwise, you can access it with `app.plugins.plugins.omnisearch.api`. ```ts // API: { - // Returns a promise that will contain the same results than the Vault modal + // Returns a promise that will contain the same results as the Vault modal search: (query: string) => Promise }