summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio García-Domínguez <nyoescape@gmail.com>2016-06-27 10:23:55 +0100
committerGitHub <noreply@github.com>2016-06-27 10:23:55 +0100
commit9b0ded56060d4908ab6723f90e802feb5ee04b82 (patch)
tree7c36973151a547802c105f32595db22ecbdf4344
parentcdff4eeb4787b758720dadf6f8a1bd34643af3bf (diff)
Minor English corrections
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 4c10d72..bb07dde 100644
--- a/README.markdown
+++ b/README.markdown
@@ -13,7 +13,7 @@ This project includes `prepare-videochat.sh`, which does all these things, excep
To use this script, simply run it with `./prepare-videochat.sh` and follow instructions. You may have to customize a few variables in the CONFIGURATION section before using it, though. You can also use something like `./prepare-videochat.sh horizontal-flip` to flip the video horizontally, in case you might need it.
-You can choose what streams you want to recieve: audio, video or audio with video. It can be choosen using CAPTURE_STREAM variable. Make sure, that IP webcam is streaming corresponding streams, otherwise the script won't work!
+You can choose which streams you want to recieve: audio, video or audio with video. This can be chosen using the `CAPTURE_STREAM` variable. Make sure that IP Webcam is streaming the corresponding streams: otherwise, the script won't work!
Ideas for future work:
* switch to Python and use the official GStreamer binding. I'd love to see that, but I don't have enough free time :-(.