From 26816374b4f0f301f0ac55e0081f15432ce287f1 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 1 Jan 2023 20:36:36 -0600 Subject: [PATCH] readme: remove automatic configuration --- readme.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index a0f8066..5bb443f 100644 --- a/readme.md +++ b/readme.md @@ -16,12 +16,10 @@ sh install.sh ## Configuration +Configure via the setup function or use the defaults as shown below: + ```lua -require('import-cost').setup(opts) +require('import-cost').setup(opts or {}) ``` See `:h import-cost` for more information - -## TODO - -- Automatic setup