Commit 84fe398d713bb6ef59dbe14d51935764380583bf

Authored by Wiebe Cazemier
1 parent a734b82f

Update readme a little bit (and fix typo)

Showing 1 changed file with 4 additions and 2 deletions
README.md
1 1 # FlashMQ
2 2 [![Build Status](https://travis-ci.com/halfgaar/FlashMQ.svg?branch=master)](https://travis-ci.com/halfgaar/FlashMQ)
3 3  
4   -FlashMQ is a light-weight MQTT broker/server, designed to take good advantage of multi-CPU environments.
  4 +FlashMQ is a high-performance, light-weight MQTT broker/server, designed to take good advantage of multi-CPU environments.
5 5  
6   -Build with buid.sh.
  6 +Builds (zip and a Debian apt server) are provided on [www.flashmq.org](https://www.flashmq.org).
  7 +
  8 +Building from source can be done with `build.sh`.
7 9  
8 10 ## Docker
9 11  
... ...