diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:13:19 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:13:19 +0200 |
commit | 330438bb1353bc93dcab2c7848d258e8ccf41379 (patch) | |
tree | c1edfedf1e44bdd00e5656d347fac19e748750b4 /README.markdown | |
parent | aff7bc512d5726a020e4107690abd24ae91b1b48 (diff) | |
download | simplechat-master.tar.gz simplechat-master.tar.bz2 simplechat-master.zip |
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown index 168d6c4..9d43341 100644 --- a/README.markdown +++ b/README.markdown @@ -4,14 +4,14 @@ A simple websocket-based chatserver written in Go. ## Installation -`go get github.com/kch42/simplechat` +`go get github.com/silvasur/simplechat` You will also need the [jQuery](http://jquery.com) library. Download the minified version from <http://jquery.com/download/> and save it as `static/jquery.min.js` ## Screenshot -![Screenshot](http://kch42.de/cg/81e9bd66.png) +![Screenshot](http://hi-im.laria.me/cg/81e9bd66.png) ## You are also free to use my public installation -[chat.kch42.net](http://chat.kch42.net) +[chat.silvasur.net](http://chat.silvasur.net) |