Update readme

This commit is contained in:
Gary Belvin 2021-03-05 12:05:04 +00:00
parent 11bd9d2fb6
commit 48c7fef69d
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Currently the following commands are implemented:
* Echo
* ChangeAuthenticationKey
* Authentication & Session related commands
* GetPseudoRandom
Implementing new commands is really easy. Please consult `commands/constructors.go` and `commands/response.go` for reference.