From 842b94b1cc8e82d07f4a9dbee6f66cc97e8a704c Mon Sep 17 00:00:00 2001
From: streetturtle <streetturtle@users.noreply.github.com>
Date: Fri, 20 Oct 2017 21:30:58 -0400
Subject: Update README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e6905cb..d9eac82 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,8 @@ From left to right:
 - [batteryarc-widget](https://github.com/streetturtle/AwesomeWM/tree/master/batteryarc-widget) 
 - [battery-widget](https://github.com/streetturtle/AwesomeWM/tree/master/battery-widget)
 
-These widgets use [Arc icon theme](https://github.com/horst3180/arc-icon-theme) by default but it could be easily 
-changed to any other icon theme. If you want to have separators between widgets like on the screenshot create text widget with ` : ` and place it between widgets:
+Some of these widgets use [Arc icon theme](https://github.com/horst3180/arc-icon-theme) by default but it could be easily 
+changed to any other icon theme or custom icons. If you want to have separators between widgets like on the screenshot create text widget with ` : ` and place it between widgets:
 
 ```lua
 ...
@@ -39,7 +39,7 @@ sprtr,
 
 # Installation
 
-Clone repo under **~/.config/awesome/**, then in **rc.lua** add the import of the widget you'd like to use in "require" section on the top of the file:
+Clone the repo under **~/.config/awesome/**, then in **rc.lua** add the import of the widget you'd like to use in "require" section on the top of the file:
 
 ```lua
 require("awesome-wm-widgets.battery-widget.battery")
-- 
cgit v1.2.3