Renamed API Browser to API Examples

This commit is contained in:
Sahat Yalkabov
2014-04-13 23:14:58 -04:00
parent 5267807323
commit 6b9e7e1517
3 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ var clockwork = require('clockwork')({key: secrets.clockwork.apiKey});
exports.getApi = function(req, res) {
res.render('api/index', {
title: 'API Browser'
title: 'API Examples'
});
};