update readme.md

This commit is contained in:
Barrett Ruth 2023-01-02 10:53:43 -06:00
parent 57f25a80e0
commit 20478055b5

View file

@ -16,10 +16,10 @@ sh install.sh
## Configuration
Configure via the setup function or use the defaults as shown below:
Configure via the setup function (or just use the defaults):
```lua
require('import-cost').setup(opts or {})
require('import-cost').setup(opts)
```
See `:h import-cost` for more information