Skip to content

Commit

Permalink
changed pos of note within the method doc template
Browse files Browse the repository at this point in the history
  • Loading branch information
5m1Ly committed Jul 31, 2022
1 parent 6567219 commit 4de5e24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|---------|----------|----------|-------------------------------------------|
Expand All @@ -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._
---

0 comments on commit 4de5e24

Please sign in to comment.