Skip to content

Commit 6f89bdb

Browse files
authored
Merge pull request #440 from florent-haxhiu/master
fix: import statement had typo
2 parents 85fbddf + cee3a13 commit 6f89bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pacman-widget/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The widget also uses the `checkupdates` script from the `pacman-contrib` package
1515
Clone the repo under **~/.config/awesome/** and add the following to **rc.lua**:
1616

1717
```lua
18-
local pacman_widget = require('awesome-wm-widgets-pacman-widget.pacman')
18+
local pacman_widget = require('awesome-wm-widgets.pacman-widget.pacman')
1919
...
2020
s.mytasklist, -- Middle widget
2121
{ -- Right widgets

0 commit comments

Comments
 (0)