From e7f1de4138baf77dff2b981c30b6e5a213914ec3 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 19 May 2015 22:58:32 +0200 Subject: [PATCH] fixed build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eac4996..2137090 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ A video downloader with Qt GUI (currently only YouTube is maintained). ## Build instructions The video downloader depends on c++utilities and qtutilities. Is built in the same way as these libaries. -The following Qt 5 modules are requried: core gui network +The following Qt 5 modules are requried: core gui widgets network