Skip to content

Commit 3a828a6

Browse files
authored
Update README.md
Some minor correction and renaming GetPrincipal
1 parent f2ce885 commit 3a828a6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ OnCheckForUpdates←{
3535
0⊣#.APLTreeUtils2.GoToWebPage data.zipball_url
3636
}
3737
```
38-
Note that there is also a CheckForUpdate method that takes a repository name and a version number (typically the currently installed/used version). It returns an empty vector if no better version is available, or the better version number.
38+
Note that there is also a `CheckForUpdate` method that takes a repository name and a version number (typically the currently installed/used version). It returns an empty vector if no better version is available, or the better version number.
3939

4040
## Authentication and authorisation
4141

42-
At present, authentication and authorization are not necessary since all methods are read-only.
42+
At present, authentication and authorization are not required since all methods are read-only.
4343

44-
However, two potential scenarios may require attention to authentication and authorization:
44+
However, two potential scenarios may require authentication and authorization anyway:
4545

46-
* Addition of methods in future versions that require write access (e.g., `CreateIssue` and similar operations)
46+
* In the future methods might be added that require write access like `CreateIssue` etc.
4747
* Severe limitations on the number of requests per hour without authentication/authorization
4848

4949
To address these scenarios, you must create a personal access token on the GitHub website and assign it to the instance property "personal_access_token".
@@ -69,7 +69,7 @@ Maxima are `99.99.999.99999`.
6969

7070
```
7171
CastTagname2Number Shared
72-
CheckForUpdate Instance
72+
CheckForUpdate Instance
7373
GetAllEndpoints Shared
7474
GetAllIssues Instance
7575
GetAllReleases Instance
@@ -78,10 +78,10 @@ GetAllTopics Instance
7878
GetIssue Instance
7979
GetLatestReleaseInfo Instance
8080
GetLatestTag Instance
81-
GetPrinciple Instance
81+
GetPrincipal Instance
8282
GetRateLimits Shared
8383
GetRelease Instance
8484
GetReleaseInfoByTagName Instance
8585
History Shared
8686
Version Shared
87-
```
87+
```

0 commit comments

Comments
 (0)