From 4de5e240beb4c12bd48162e2d01757488c759195 Mon Sep 17 00:00:00 2001 From: Sm1Ly <5pixeldevelopment@gmail.com> Date: Sun, 31 Jul 2022 03:20:41 +0200 Subject: [PATCH] changed pos of note within the method doc template --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8ba8b59..4c85810 100644 --- a/readme.md +++ b/readme.md @@ -20,8 +20,6 @@ This library is primarly created to make the process of building rest api calls ### RestFX.CheckRepoVersion([owner], [repo], [version]) This method can be used to check if a copy of your resource is still up to date with the latest release of your github repository. -_note, only works for resources in public github repositories._ - #### Parameters | name | value | required | disc | |---------|----------|----------|-------------------------------------------| @@ -39,4 +37,5 @@ local version = GetResourceMetadata(resource_name, "version") -- Check resource version RestFX.CheckRepoVersion(repo_owner, repo_name, version) ``` +_note, only works for resources in public github repositories._ --- \ No newline at end of file