diff --git a/README.md b/README.md index 49bcc7e..1f50edb 100644 --- a/README.md +++ b/README.md @@ -194,19 +194,14 @@ Most of the examples are loaded into the [playground][playground]. For instance, ## Community projects -Here are some community projects that you can use for your Dream applications: +A few related projects for your Dream application: -- [`dream-livereload`](https://github.com/tmattio/dream-livereload) - Live reloading for Dream applications. - - This is essentially the [`w-livereload`](https://github.com/aantron/dream/tree/master/example/w-live-reload#files) example extracted in a library for convenience. - -- [`dream-cli`](https://github.com/tmattio/dream-cli) - Command Line Interface for Dream applications. - - It is useful when working with different environments (e.g. local, production) where some configuration need to be set at runtime. - -- [`dream-encoding`](https://github.com/tmattio/dream-encoding) - Encoding primitives for Dream applications - - This allows, among other things, to compress responses according to the `Accept-Encoding` HTTP header. +- [`dream-cli`](https://github.com/tmattio/dream-cli)  —  + command-line interface for Dream applications. +- [`dream-encoding`](https://github.com/tmattio/dream-encoding)  — +   compression middleware +- [`dream-livereload`](https://github.com/tmattio/dream-livereload) +  —  live reloading.