Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Dec 20, 2015
1 parent bfc6099 commit 03a3b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Route handlers have the context of the Tensō server, i.e. `this` will allow you
The following example will create GET routes that will return an empty `Array` at `/`, an `Error` at `/reports/tps`, & a version 4 UUID at `/uuid`.

```javascript
var uuid = require( "tiny-uuid4" );
var uuid = require("tiny-uuid4");

module.exports.get = {
"/": ["reports", "uuid"],
Expand Down

0 comments on commit 03a3b1f

Please sign in to comment.