From 526d4310189aa73b54f87fa48db407583b39b408 Mon Sep 17 00:00:00 2001 From: Kristiyan Tsaklev Date: Thu, 25 Aug 2016 10:49:09 +0300 Subject: [PATCH] Fix task number --- Practical Exams/16-August-2016/task-2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Practical Exams/16-August-2016/task-2/README.md b/Practical Exams/16-August-2016/task-2/README.md index 030e16a..4bceeb1 100644 --- a/Practical Exams/16-August-2016/task-2/README.md +++ b/Practical Exams/16-August-2016/task-2/README.md @@ -1,4 +1,4 @@ -# Task ?: File explorer +# Task 2 - File explorer ## Description @@ -33,4 +33,4 @@ The file explorer should look like that: ```js { name: String, files: [ fileObjects ] } ``` - - Take a peek at the input parameter in `index.html`. \ No newline at end of file + - Take a peek at the input parameter in `index.html`.