From 4bba97428f565414b0cd97415b2ccf60a258174a Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 20 Nov 2020 12:14:24 -0800 Subject: [PATCH] tweaked readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a28321a..cb4505c 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ while( frame_reader.read_integer_frame(&mut buffer) > 0) { ## Note on Testing All of the media for the integration tests is committed to the respository -in either zipped form or is created by ffmpeg. Before you can run tests, -you need to `cd` into the `tests` directory and run the `create_test_media.sh` -script. +in either zipped form or is created by ffmpeg. Before you can run tests, you +will need to have ffmpeg installed, and you need to `cd` into the `tests` +directory and run the `create_test_media.sh` script. ## Resources