Skip to content

Commit

Permalink
Better export name
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpincin committed Jun 2, 2014
1 parent b60a31d commit 4233acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -4,7 +4,7 @@ var through2 = require('through2'),
error = require('./lib/error'),
setImmediate = setImmediate || process.nextTick

module.exports = function createTree () {
module.exports = function pharosTree () {
var data = Object.create(null),
txid = 0,
numStreams = 0,
Expand Down

0 comments on commit 4233acd

Please sign in to comment.