diff --git a/README.md b/README.md index f69205c..7dea693 100644 --- a/README.md +++ b/README.md @@ -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.