summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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):