Skip to content

Commit

Permalink
Update download_stb_rb.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrawl authored Oct 28, 2023
1 parent 98a548c commit a38ee7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/API/runtime/download_stb_rb.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit a38ee7d

Please sign in to comment.