From 54656bd510c96d9f7b2d36a33f3c507085709c59 Mon Sep 17 00:00:00 2001 From: ruphaa Date: Wed, 7 Mar 2018 11:06:04 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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