Skip to content

Commit b25e79d

Browse files
tolmaskyniftylettuce
authored andcommitted
Mark two examples as live for the corresponding documentation change in koajs/koajs.com#38. (#1031)
Reviewed by @tolmasky.
1 parent d9ef603 commit b25e79d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ You can also use the [env preset](http://babeljs.io/docs/plugins/preset-env/) wi
4848

4949
The obligatory hello world application:
5050

51+
<!-- runkit:endpoint -->
5152
```js
5253
const Koa = require('koa');
5354
const app = new Koa();
@@ -74,6 +75,7 @@ app.listen(3000);
7475
middleware to execute downstream, the stack will unwind and each middleware is resumed to perform
7576
its upstream behaviour.
7677

78+
<!-- runkit:endpoint -->
7779
```js
7880
const Koa = require('koa');
7981
const app = new Koa();

0 commit comments

Comments
 (0)