From 33fc3d6cb0baaa587abb83672062b6767bb58882 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Sat, 7 Nov 2015 11:58:34 -0600 Subject: [PATCH] HTTP API is pretty stable, functional, and handles basic stuff. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7983554..4c65589 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Discordgo Golang Discord API. -This is my first Golang project and it is probably not even suitable for use :) +This is my first Golang project and it is probably not maybe even suitable for use :) Everything here so far is likely to change as I learn Golang better and refine the API names and such.