From 9e1afe33a4b07a67622307fc8ed03389f7797d8c Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 13 Nov 2018 12:25:59 +0100
Subject: [PATCH] [doc] #107: Improve Argos tutorial.

---
 doc/argos.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/argos.md b/doc/argos.md
index 828e2047..2420ff79 100644
--- a/doc/argos.md
+++ b/doc/argos.md
@@ -1,17 +1,17 @@
-## Integrate it on a dropdown menu to the panel
+## Install as a drop-down for GNOME Shell with Argos
 Under GNOME Shell, with [Argos](https://github.com/p-e-w/argos) extension:
 
 - [Install Argos](https://github.com/p-e-w/argos#installation)
-- Put inside `~/.config/argos/silkaj.30s.sh`:
+- Inside `~/.config/argos/silkaj.30s.sh` put:
 
 ```bash
 #!/usr/bin/env bash
 /path/to/silkaj/silkaj argos
 ```
 
-Add execution premission:
+Add execution permission:
 ```bash
 chmod u+x ~/.config/argos/silkaj.30s.sh
 ```
 
-Argos should the script and reload it every 30 seconds.
+Argos will run the script every 30 seconds.
-- 
GitLab