From 169414e3469b0a95158b20959edfaff0aede4ead Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 30 Apr 2018 19:12:03 +0300 Subject: [PATCH] Updated Install Wekan from source on Windows (markdown) --- Install-Wekan-from-source-on-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-Wekan-from-source-on-Windows.md b/Install-Wekan-from-source-on-Windows.md index f0ea39e..e084973 100644 --- a/Install-Wekan-from-source-on-Windows.md +++ b/Install-Wekan-from-source-on-Windows.md @@ -122,7 +122,7 @@ When using VBA, you can optionally: * Download curl for Windows, and in VBA call curl.exe with those parameters, and get the result. You can also google search how you can use JSON format files in VBA, -converting them to other formats etc. I presume there is something similar that +converting them to other formats etc. There could be something similar that exists in PHP, that JSON file can be converted to PHP array, and array items accessed individually, and array converted back to JSON.