diff --git a/README.md b/README.md index 08c87fd..52071d0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ pixelfloot was built during the 37c3. in its actual state, its just a mess. I ho - set the position : `W=420 H=420 ./pixelfloot_bash.sh floot images/lucky-cat.jpg shake` - move image with your cursor (needs `xdotool`): `./pixelfloot_bash.sh floot images/lucky-cat.jpg cursor` - Use a color as "alpha" (remove background): `ALPHACOLOR=FF00FF ./pixelfloot_bash.sh floot images/cursor.ppm cursor` -- increase No of cuncurrent connections: `FLOOTFORKS=8 ./pixelfloot_bash.sh floot images/lucky-cat.jpg` +- increase No of concurrent connections: `FLOOTFORKS=8 ./pixelfloot_bash.sh floot images/lucky-cat.jpg` - specify IP and PORT: `IPFLOOT=127.0.0.1 FLOOTPORT=1337 ./pixelfloot_bash.sh floot images/lucky-cat.jpg` ```shell