From 2698fcb18a3398a821df08dcb31791f5aee0960d Mon Sep 17 00:00:00 2001 From: Rabia Alhaffar Date: Thu, 9 Jul 2020 19:09:24 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0db712c2..518e44146 100644 --- a/README.md +++ b/README.md @@ -172,5 +172,6 @@ DownloadFile("https://github.com/Rabios/raylib/raw/master/examples/core/core_bas // NOTE 1: To run this on Android you might need busybox or termux,iOS not supported // NOTE 2: On Windows you need to have 7z installed,unzip on other Platforms // NOTE 3: If deps not installed the function returns and does nothing -ExtractArchive("resources.zip"); // Extract archive named "resources.zip" to the current directory +// This extracts archive named "resources.zip" to the current directory +ExtractArchive("resources.zip"); ```