diff --git a/README.md b/README.md index 0624e86..24c4979 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ add this to your [micro](https://micro-editor.github.io/) `~/.config/micro/init. ```lua local config = import("micro/config") +local shell = import("micro/shell") function init() config.TryBindKey("Alt-b", "lua:initlua.play", true)