From 48c7fef69dd070ca7b6c94ced64a689432b312dc Mon Sep 17 00:00:00 2001 From: Gary Belvin Date: Fri, 5 Mar 2021 12:05:04 +0000 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) 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.