diff --git a/README.md b/README.md index f143bea..a196a1e 100644 --- a/README.md +++ b/README.md @@ -69,12 +69,12 @@ require("bookmarks"):setup({ When enabled, a new bookmark is automatically created in `''` which allows the user to jump back to the last directory. -### Notify +### `notify` When enabled, notifications will be shown when the user creates a new bookmark and deletes one or all saved bookmarks. -By default the notification as a 1 second timeout that can be changed with `notify.timeout`. +By default the notification has a 1 second timeout that can be changed with `notify.timeout`. -Furthermore, the you can customize the notification messages with `notify.message`. -For the `new` and `delete` messages, you can use `` and ``, which will be replaced by the respective new/deleted bookmark's associated key and folder. +Furthermore, you can customize the notification messages with `notify.message`. +For the `new` and `delete` messages, the `` and `` keywords can be used, which will be replaced by the respective new/deleted bookmark's associated key and folder.