From 2fab8c39b51a4db293148ff7eb38b86f824be28c Mon Sep 17 00:00:00 2001 From: Gideon Mayhak <gideon@themayhaks.com> Date: Tue, 4 Sep 2018 14:26:39 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ee98038..9015fbb3 100755 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ cargo run --release --bin rav1e -- input.y4m -o output.ivf ``` # Decompressing video -Encoder output should be compatible with any AV1 decoder compliant with the v1.0.0 specification. Uou can also build the included compatible aomdec using the following: +Encoder output should be compatible with any AV1 decoder compliant with the v1.0.0 specification. You can also build the included compatible aomdec using the following: ``` mkdir aom_test -- GitLab