From 986320519911895c6bff276fe709e139941c6b5c Mon Sep 17 00:00:00 2001 From: Tobe O Date: Mon, 23 Jan 2017 07:57:08 -0500 Subject: [PATCH] Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8fd5f3e..291e8ecf 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ main() async { await app.configure(new ApiController()); // Re-route all other traffic to an - // existing shelf/Redstone application. + // existing application. app.after.add(embedShelf( new shelf.Pipeline() .addMiddleware(shelf.logRequests())