Update README.md

This commit is contained in:
Simon Cambier
2022-06-26 21:37:17 +02:00
committed by GitHub
parent 9be69d19ee
commit 566b75f9d3

View File

@@ -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<ResultNote[]>
}