Fix ambiguity in run-shell README
This commit is contained in:
parent
7fc9a040e9
commit
f4446194af
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue