mokasin / apw

Small and simple Awesome WM widget to control volume of Pulseaudio.
37 stars 33 forks source link

just one small mistype in README.md #4

Closed diefans closed 10 years ago

diefans commented 10 years ago

instead of

APWTimer:connect_signal("timeout", AWP.Update)

following will work

APWTimer:connect_signal("timeout", APW.Update)
mokasin commented 10 years ago

Thx.