From 12b998cfd50c7247baa249c80e1487f7336b870d Mon Sep 17 00:00:00 2001 From: Kagami Hiiragi Date: Sun, 17 Mar 2019 23:59:04 +0300 Subject: [PATCH] Fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cbbbef..f1a57b6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ go-avif implements AVIF ([AV1 Still Image File Format](https://aomediacodec.github.io/av1-avif/)) -encoder for Go using libaom, [the highest quality](https://github.com/Kagami/av1-bench) -AV1 codec at the moment. +encoder for Go using libaom, the [high quality](https://github.com/Kagami/av1-bench) +AV1 codec. ## Requirements