summaryrefslogtreecommitdiff
path: root/email-widget
diff options
context:
space:
mode:
authorLittle Clover <littleclover909@gmail.com>2021-12-13 17:36:10 +0800
committerLittle Clover <littleclover909@gmail.com>2021-12-13 17:36:10 +0800
commit2cac9f39d1d48e33259fe3ea6d86a4250e2d8c72 (patch)
tree47c74841af56841d340be9c2acaeeee45ddd75ba /email-widget
parentd41b54c1681a2bc2bc1a90c7a22f75df7d87afd2 (diff)
grammar correction
Diffstat (limited to 'email-widget')
-rw-r--r--email-widget/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/email-widget/README.md b/email-widget/README.md
index 3833f14..510792d 100644
--- a/email-widget/README.md
+++ b/email-widget/README.md
@@ -28,9 +28,9 @@ s.mytasklist, -- Middle widget
## How it works
-This widget uses the output of two python scripts, first is called every 20 seconds - it returns number of unread emails and second is called when mouse hovers over an icon and displays content of those emails. For both of them you'll need to provide your credentials and imap server. For testing they can simply be called from console:
+This widget uses the output of two python scripts, first is called every 20 seconds - it returns number of unread emails and second is called when mouse hovers over an icon and displays content of those emails. For both of them you'll need to provide your credentials and imap server. For testing, they can simply be called from console:
``` bash
python ~/.config/awesome/email/count_unread_emails.py
python ~/.config/awesome/email/read_emails.py
-``` \ No newline at end of file
+```