diff --git a/README.md b/README.md
index 525ab08..082b1a0 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ rm oxker_linux_x86_64.tar.gz oxker
available command line arguments
| argument|result|
|--|--|
-|```-d [number > 0]```| set the update interval for docker information, in ms |
+|```-d [number > 0]```| set the update interval for docker information, in ms, defaults to 1000 (1 second) |
|```-r```| Show raw logs, by default oxker will remove ANSI formatting (conflicts with -c) |
|```-c```| Attempt to color the logs (conflicts with -r) |
|```-t```| Remove timestamps from each log entry |
@@ -71,12 +71,6 @@ If no memory information available, try appending ```/boot/cmdline.txt``` with
see https://forums.raspberrypi.com/viewtopic.php?t=203128 and https://github.com/docker/for-linux/issues/1112
-### Compress executable
-
-compress output from \~3mb to ~1mb
-
-```upx --best --lzma target/release/oxker -o ./oxker```
-
### Untested on other platforms
## Tests