diff --git a/README.md b/README.md index 8e4985d..88bc700 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ make assumptions about how you work. desc = "Toggle the current DevContainer Terminal" }, }, - config = function() + init = function() local opts = { -- whather to verify that the final devcontainer should be run interactive = false, @@ -207,6 +207,5 @@ make test (`:DevcontainerUp`) is closed when the process finishes successfully. 4. [x] [Give the possibility of defining custom dotfiles when setting up the devcontainer](https://github.com/erichlf/devcontainer-cli.nvim/issues/1) 5. [x] Add unit tests using plenary.busted lua module. -6. [x] The logs printed in the floating window when preparing the Devcontainer - are saved and easy to access. +6. [x] Create a logger. 7. [x] Convert bash scripts in lua code.