From d7c7f6aba4f84cdffd5393fa382beb555fa50006 Mon Sep 17 00:00:00 2001 From: Karl Johan Kleist Date: Tue, 24 Dec 2013 19:44:31 +0100 Subject: [PATCH] Update Readme.md Delete broken "debugging" example from "Other examples", add it unbroken to "Included examples". --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 84523e2..edff570 100644 --- a/Readme.md +++ b/Readme.md @@ -13,6 +13,7 @@ - [cookies](https://github.com/koajs/examples/tree/master/cookies) cookie usage example - [body-parsing](https://github.com/koajs/examples/tree/master/body-parsing) request body parsing - [blog](https://github.com/koajs/examples/tree/master/blog) multi-route & view rendering + - [debugging](https://github.com/koajs/examples/tree/master/debugging) middleware debugging example ## Other examples @@ -24,7 +25,6 @@ - [cookies](tree/master/cookies) cookie usage example - [body-parser](tree/master/body-parser) request body parsing - [blog](tree/master/blog) multi-route & view rendering - - [debugging](tree/master/debugging) middleware debugging example - [links](https://github.com/juliangruber/links) experimental content sharing and collaboration platform - [bigpipe](https://github.com/jonathanong/bigpipe-example) Facebook's BigPipe implementation in koa and component - [webcam-mjpeg-stream](https://github.com/jonathanong/webcam-mjpeg-stream) - stream JPEG snapshots from your Mac