diff --git a/README.md b/README.md index a41c8cf..317cee8 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ It allows you to write your own pieces of logic as "Patterns" and the core engin **The real power is that all it's behavior is entirely scriptable in JavaScript (NodeJS). :)** -###This allows for many different use cases, such as: +### This allows for many different use cases, such as: - Dynamic realtime proxying rules (domain mappings stored in Redis for example). Such things are useful for PaaSs - Add pieces of middleware to your reverse proxy - Customizable load balancing patterns (Sticky, RoundRobin, ...) -###It supports proxying: +### It supports proxying: - HTTP/HTTPS - WebSockets