From 6dd5f5afaeee9b63250004e31422adfaa546ba4a Mon Sep 17 00:00:00 2001 From: noboomu Date: Tue, 8 Jan 2019 13:39:27 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cea79e1..1201fb0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ An extremely __lightweight, flexible, and high performance__ [Undertow](http://u TL;DR --------------- -- Proteus rewrites your user friendly MVC controller methods into high performance Undertow response handlers at run time. +- Proteus rewrites your user friendly declarative controller methods into high performance Undertow response handlers at run time. - The goal is to provide the absolute highest performance while providing a simple and familiar API. - As developers, we feel a web framework should provide the essentials at minimal cost.