From 5901e9a53bd7d61253eb3729895f0ba69c488b11 Mon Sep 17 00:00:00 2001
From: Pavel Makhov <streetturtle@users.noreply.github.com>
Date: Wed, 1 Feb 2017 21:26:31 -0500
Subject: Update README.md

---
 volume-widget/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/volume-widget/README.md b/volume-widget/README.md
index 99d3ad8..f5e5c78 100644
--- a/volume-widget/README.md
+++ b/volume-widget/README.md
@@ -2,7 +2,7 @@
 
 Simple and easy-to-install widget for Awesome Window Manager.
 
-This widget represents the sound level: ![Volume Wiget](./vol-wid-1.png)
+This widget represents the sound level: ![Volume Wiget](./vol-widget-1.png)
 
 ## Installation
 
@@ -28,4 +28,4 @@ To be able to control volume level add following lines in shortcut section of th
 ```lua
 awful.key({ modkey}, "[", function () awful.spawn("amixer -D pulse sset Master 5%-") end, {description = "increase volume", group = "custom"}),
 awful.key({ modkey}, "]", function () awful.spawn("amixer -D pulse sset Master 5%+") end, {description = "decrease volume", group = "custom"}),
-```
\ No newline at end of file
+```
-- 
cgit v1.2.3


From 51d92d5723e87814555989726829de740ac65fb9 Mon Sep 17 00:00:00 2001
From: Pavel Makhov <streetturtle@users.noreply.github.com>
Date: Wed, 1 Feb 2017 21:27:21 -0500
Subject: Update README.md

---
 volume-widget/README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/volume-widget/README.md b/volume-widget/README.md
index f5e5c78..d6f6f18 100644
--- a/volume-widget/README.md
+++ b/volume-widget/README.md
@@ -1,8 +1,6 @@
 # Volume widget
 
-Simple and easy-to-install widget for Awesome Window Manager.
-
-This widget represents the sound level: ![Volume Wiget](./vol-widget-1.png)
+Simple and easy-to-install widget for Awesome Window Manager which represents the sound level: ![Volume Wiget](./vol-widget-1.png)
 
 ## Installation
 
-- 
cgit v1.2.3