Readme: fix repl usage & deadlink

This commit is contained in:
Beniamin Kalinowski 2017-11-17 01:13:29 +09:00 committed by Jörg Thalheim
parent 1cfa040fbd
commit f3d69142c6
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ catering to users of the "awesome" window manager. It was derived from
the old "Wicked" widget library, and has some of the old Wicked widget the old "Wicked" widget library, and has some of the old Wicked widget
types, a few of them rewritten, and a good number of new ones: types, a few of them rewritten, and a good number of new ones:
- http://git.sysphere.org/vicious/about/ - https://github.com/Mic92/vicious
Vicious widget types are a framework for creating your own Vicious widget types are a framework for creating your own
widgets. Vicious contains modules that gather data about your system, widgets. Vicious contains modules that gather data about your system,
@ -24,7 +24,7 @@ manager (ie. Ion, WMII). It is compatible with both Lua v5.1 and v5.2.
```bash ```bash
$ lua $ lua
> widgets = require("vicious.widgets") > widgets = require("vicious.widgets.init")
> print(widgets.volume(nil, "Master")[1]) > print(widgets.volume(nil, "Master")[1])
100 100
``` ```