diff options
author | Kevin Chabowski <kevin@kch42.de> | 2014-05-31 11:29:51 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2014-05-31 11:29:51 +0200 |
commit | 811e377f45042a616af272e3b86201b6e5fb1734 (patch) | |
tree | 22ab047dd6dac30ce841b47f3a923835c2251e3a /README.markdown | |
parent | 49bb411e8322ca0a8c833d115d6d70922c5aa226 (diff) | |
download | simplechat-811e377f45042a616af272e3b86201b6e5fb1734.tar.gz simplechat-811e377f45042a616af272e3b86201b6e5fb1734.tar.bz2 simplechat-811e377f45042a616af272e3b86201b6e5fb1734.zip |
Included screenshot to README
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 42afa23..168d6c4 100644 --- a/README.markdown +++ b/README.markdown @@ -8,6 +8,10 @@ A simple websocket-based chatserver written in Go. 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) + ## You are also free to use my public installation [chat.kch42.net](http://chat.kch42.net) |