diff --git a/samples/sample-6.js b/samples/sample-6.js index 1f42835..d60ddd5 100644 --- a/samples/sample-6.js +++ b/samples/sample-6.js @@ -1,6 +1,7 @@ /** -* A very simple node web server that demonstrates how to use -* the Tropo Result object. +* A simple application showing how to use simple routing logic. +* A more simplistic version of what can be accomplised with frameworks +* like Express. */