Skip to content

Commit

Permalink
[UPDATE] README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 27, 2014
1 parent 0679384 commit d082538
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -26,13 +26,13 @@ To use the module,
var createApp = require( 'opentsdb-mock-server' );
```

To create a new mock OpenTSDB,
To create a new mock OpenTSDB application,

``` javascript
var db = createServer();
var db = createApp();
```

The mock OpenTSDB has the following attributes and methods...
The mock OpenTSDB application has the following attributes and methods...


#### db.url
Expand Down

0 comments on commit d082538

Please sign in to comment.