summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c3109a8..08e767c 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ level and date in "%F %R" format to standard out.
To compile the status and controller programs, run
```
cc -g -lrt status.c -o status
-cc -g -lrt status_update.c -o status_ctl
+cc -g -lrt status_ctl.c -o status_ctl
```