summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpu-widget/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-widget/README.md b/cpu-widget/README.md
index dedea8d..5321aa0 100644
--- a/cpu-widget/README.md
+++ b/cpu-widget/README.md
@@ -8,7 +8,7 @@ When the load is more than 80% the graph becomes red. You can easily customize t
## How it works
-To measure the load I took Paul Colby's bash [script](http://colby.id.au/calculating-cpu-usage-from-proc-stat/)and rewrote it in Lua, which was quite simple.
+To measure the load I took Paul Colby's bash [script](http://colby.id.au/calculating-cpu-usage-from-proc-stat/) and rewrote it in Lua, which was quite simple.
So awesome simply reads the first line of /proc/stat:
```bash