summaryrefslogtreecommitdiff
path: root/run-shell
diff options
context:
space:
mode:
authorProgrammAbel <51785314+ProgrammAbel@users.noreply.github.com>2020-04-25 16:01:38 +0100
committerGitHub <noreply@github.com>2020-04-25 16:01:38 +0100
commitf4446194af38e8f2bf29f6998f19b95bc7e1b165 (patch)
treefa249899767f48bed4d9fce4730bc6477c37364e /run-shell
parent7fc9a040e9c5bcaeb39510c42817b812fe446a67 (diff)
Fix ambiguity in run-shell README
Diffstat (limited to 'run-shell')
-rw-r--r--run-shell/README.md2
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):