Skip to content

Commit dd72775

Browse files
committed
Updated readme
1 parent 95106fb commit dd72775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Currently we support these two HTTP frameworks:
1414

1515
### Setup
1616

17-
Express
17+
**Express**
1818

1919
```javascript
2020
var stack = require('stack-middleware').express;
@@ -24,7 +24,7 @@ var app = express();
2424
app.use(stack());
2525
```
2626

27-
Koa
27+
**Koa**
2828

2929
```javascript
3030
var stack = require('stack-middleware').koa;

0 commit comments

Comments
 (0)