From 1bfe45c5bde03ee25ada64426590fc173fe02da5 Mon Sep 17 00:00:00 2001 From: Lee Collins Date: Tue, 23 Dec 2014 01:06:42 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf571ff..c9c4f36 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@

Basic Concepts

- +
Term Meaning
Resources Resources define resource handlers - one for each HTTP method.
Resources Resources define actions - one for each HTTP method.
Server ConfigThe config encapsulates any resources, end-points, filters, and plugins.
Server InstanceThis is the actual server that will listen to the specified port and handle requests based on its configuration.