Skip to content

Commit

Permalink
[UPDATE] README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 14, 2014
1 parent 66ea868 commit e1c2a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ mQuery.metric( 'mem.utilization' );
## Examples

``` javascript
var createFactory = require( 'opentsdb-mquery' );
var createQuery = require( 'opentsdb-mquery' );

var mQuery = createFactory();
var mQuery = createQuery();

mQuery
.aggregator( 'sum' )
Expand Down

0 comments on commit e1c2a97

Please sign in to comment.