diff --git a/readme.md b/readme.md index bd580ef..fed6223 100644 --- a/readme.md +++ b/readme.md @@ -375,11 +375,11 @@ store.store = { Get the path to the storage file. -#### async .openInEditor() +#### .openInEditor() Open the storage file in the user's editor. -Returns a promise that resolves when the editor has been opened, and rejects if it failed to open. +Returns a promise that resolves when the editor has been opened, or rejects if it failed to open. ### initRenderer()