Fix `require` line in installation instructions.

This commit is contained in:
Eamonn O'Brien-Strain 2018-12-07 17:00:22 -08:00 committed by GitHub
parent 7adf7e7641
commit da15d18f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ and calculates the percentage.
Clone/download repo and use widget in **rc.lua**: Clone/download repo and use widget in **rc.lua**:
```lua ```lua
require("awesome-wm-widgets.cpu-widget.cpu-widget") local cpu_widget = require("awesome-wm-widgets.cpu-widget.cpu-widget")
... ...
s.mytasklist, -- Middle widget s.mytasklist, -- Middle widget
{ -- Right widgets { -- Right widgets