From 7a95dad8d9caee7316ebc594a7174a959d0aa166 Mon Sep 17 00:00:00 2001 From: noboomu Date: Tue, 8 Jan 2019 14:17:26 -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 ca40191..2a26757 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 declarative resource methods into high performance Undertow response handlers at run time. +- Proteus rewrites your 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.