diff --git a/README.md b/README.md
index c5d575d..645da9b 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
| [OpenMAX IL](https://www.khronos.org/openmaxil) hardware acceleration
on Raspberry Pi |  Yes |  No |
| Behavior when the device
is disconnected while streaming |  Shows a black screen
with ```NO SIGNAL``` on it
until reconnected |  Stops the broadcast 1 |
| [DV-timings](https://linuxtv.org/downloads/v4l-dvb-apis/uapi/v4l/dv-timings.html) support -
the ability to change resolution
on the fly by source signal |  Yes |  Partially yes 1 |
-| Option to skip frames when streaming
static images by HTTP to save traffic |  Yes 2 |  No |
+| Option to skip frames when streaming
static images by HTTP to save the traffic |  Yes 2 |  No |
| Streaming via UNIX domain socket |  Yes |  No |
| Debug logs without recompiling,
performance statistics log,
access to HTTP broadcast parameters |  Yes |  No |
| Option to serve files
with a built-in HTTP server |  Yes |  Regular files only |
@@ -59,7 +59,7 @@ $ ./ustreamer \
--workers=3 \ # Maximum workers for OpenMAX
--persistent \ # Don't re-initialize device on timeout (for example when HDMI cable was disconnected)
--dv-timings \ # Use DV-timings
- --drop-same-frames=30 # Save that traffic
+ --drop-same-frames=30 # Save the traffic
```
You can always view the full list of options with ```ustreamer --help```.