From 59fd1aaf356efd54e9cc0f8b2d953a88bac8cade Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Mon, 29 Apr 2019 20:20:47 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abf250a..69ecf54 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ So far, we've compiled the code using MSVS 2019 and under Ubuntu x64 using cmake ### 3rd party code dependencies -The transcoder (in the "transcoder directory) has no 3rd party code dependencies. +The transcoder (in the "transcoder" directory) has no 3rd party code dependencies. The encoder uses [lodepng](https://lodev.org/lodepng/) for loading and saving PNG images, which is Copyright (c) 2005-2019 Lode Vandevenne. It uses the zlib license.