Skip to content

Commit f3d6914

Browse files
BeniaminKMic92
authored andcommitted
Readme: fix repl usage & deadlink
1 parent 1cfa040 commit f3d6914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ catering to users of the "awesome" window manager. It was derived from
55
the old "Wicked" widget library, and has some of the old Wicked widget
66
types, a few of them rewritten, and a good number of new ones:
77

8-
- http://git.sysphere.org/vicious/about/
8+
- https://github.com/Mic92/vicious
99

1010
Vicious widget types are a framework for creating your own
1111
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.
2424

2525
```bash
2626
$ lua
27-
> widgets = require("vicious.widgets")
27+
> widgets = require("vicious.widgets.init")
2828
> print(widgets.volume(nil, "Master")[1])
2929
100
3030
```

0 commit comments

Comments
 (0)