From 20478055b55c12cdd3a54f24606ced748e1bafa7 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 2 Jan 2023 10:53:43 -0600 Subject: [PATCH] update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5bb443f..340406e 100644 --- a/readme.md +++ b/readme.md @@ -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