Skip to content

Commit

Permalink
fix middleware gif, close #322
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Aug 4, 2014
1 parent 1605f33 commit a7b6ed0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide.md
Expand Up @@ -38,7 +38,7 @@ app.use(function *(next){
while any code after is the "bubble" phase. This crude gif illustrates how ES6 generators allow us
to properly utilize stack flow to implement request and response flows:

![koa middleware](https://i.cloudup.com/N7L5UakJo0.gif)
![koa middleware](/docs/middleware.gif)

1. Create a date to track duration
2. Yield control to the next middleware
Expand Down
Binary file added docs/middleware.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit a7b6ed0

@tj
Copy link
Member

@tj tj commented on a7b6ed0 Aug 4, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome! thanks man

Please sign in to comment.