diff --git a/Readme.md b/Readme.md index 5d4eaf8..8ccb422 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ Real stomp - websocket impl stomp library in go > How to use? >> go get "git.sis.ski/moxitech/realstomp-go" - +>If error: use $ export GOPRIVATE=git.sis.ski Example of create connection: ``` @@ -22,4 +22,5 @@ type StompClient struct { // make client from StompClient and invoke connect method -``` \ No newline at end of file +``` +