From a38ee7d779e846e82eb459c1299f328431f589f9 Mon Sep 17 00:00:00 2001 From: dcrawl Date: Sat, 28 Oct 2023 09:17:58 -0300 Subject: [PATCH] Update download_stb_rb.md --- docs/API/runtime/download_stb_rb.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/API/runtime/download_stb_rb.md b/docs/API/runtime/download_stb_rb.md index cdbc7e5..58fbfe0 100644 --- a/docs/API/runtime/download_stb_rb.md +++ b/docs/API/runtime/download_stb_rb.md @@ -1,11 +1,11 @@ # download_stb_rb(URL), download_stb_rb(github_user, repository, file) -| Parameter | Class | +| Parameter | Class | Parameter | Class | | --- | --- | -| URL | String | -| github_user | String | -| repository | String | -| file | String | +| URL | String | github_user | String | +| | | repository | String | +| | | file | String | + `download_stb_rb` downloads a single file from a github repository to your project folder. This function can have two forms. If the first argument is a URL of a specific Github file, the other parameters can be omitted. Otherwise, if all three parameters are provided, the first parameter must be a github user name, then a repository name and finally a file path.