diff --git a/README.md b/README.md
index 4e60852..450bd4e 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,9 @@
| --- | --- |
|
| |
-# Feature
+# Features
-- Low memory usage. dashboard does not store the all user configs in memory like header etc these string will take some memory. now it will be clean after you open a file. you can still use dashboard command to open a new one , then dashboard will read the config from cache.
+- Low memory usage. Dashboard does not store all user configs in memory (header, etc), these strings will take up some memory. Now it will be cleaned up after you open a file. You can still use the dashboard command to reopen dashboard, it will read the config file from cache.
- Blazing fast
@@ -20,11 +20,9 @@
{
'nvimdev/dashboard-nvim',
event = 'VimEnter',
- config = function()
- require('dashboard').setup {
- -- config
- }
- end,
+ opts = {
+ -- config
+ }
dependencies = { {'nvim-tree/nvim-web-devicons'}}
}
```