Skip to content

Commit

Permalink
fix typo (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingmingsang authored and haoxin committed Jun 12, 2016
1 parent 721e564 commit 24d7908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

const logger = require('./');
const koa = require('koa');
const Koa = require('koa');
const compress = require('koa-compress')();
const app = new Koa();

Expand Down

0 comments on commit 24d7908

Please sign in to comment.