Fix ambiguity in run-shell README

This commit is contained in:
ProgrammAbel 2020-04-25 16:01:38 +01:00 committed by GitHub
parent 7fc9a040e9
commit f4446194af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):