Browse Source

Update README.md

Volodymyr Tkach 2 years ago
parent
commit
cd105eefd4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -1,6 +1,6 @@
 # golang-twitch
 
-Twitch API PubSub interface
+Twitch API PubSub interface and automatically take care of API limits. Also it will handle automatically reconnections, ping/pong and maintenance requests
 
 ```go
 ps := pubsub.New()
@@ -41,3 +41,4 @@ signal.Notify(interrupt, os.Interrupt)
 
 ps.Close()
 ```
+