diff options
author | ProgrammAbel <51785314+ProgrammAbel@users.noreply.github.com> | 2020-04-25 16:01:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-25 16:01:38 +0100 |
commit | f4446194af38e8f2bf29f6998f19b95bc7e1b165 (patch) | |
tree | fa249899767f48bed4d9fce4730bc6477c37364e | |
parent | 7fc9a040e9c5bcaeb39510c42817b812fe446a67 (diff) |
Fix ambiguity in run-shell README
-rw-r--r-- | run-shell/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-shell/README.md b/run-shell/README.md index 59cbb5e..480484e 100644 --- a/run-shell/README.md +++ b/run-shell/README.md @@ -15,7 +15,7 @@ Run prompt which is put inside a widget: 1. Require widget at the beginning of **rc.lua**: ```lua - local run_shell = require("awesome-wm-widgets.run_shell.run_shell") + local run_shell = require("awesome-wm-widgets.run-shell.run-shell") ``` 1. Use it (don't forget to comment out the default prompt): |