Navigation Menu

Skip to content

Commit

Permalink
Use Capital case for class
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 7, 2014
1 parent ab2834c commit 4543f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -39,7 +39,7 @@ express.application.droonga = function(params) {
require('./lib/adapter/api').exportTo(exports);

exports.command = require('./lib/adapter/command');
exports.cache = require('./lib/cache');
exports.Cache = require('./lib/cache');
exports.middleware = {
cacheStatistics: require('./lib/middleware/cache-statistics'),
cache: require('./lib/middleware/cache')
Expand Down

0 comments on commit 4543f1f

Please sign in to comment.