Skip to content

Commit

Permalink
Fix Code Mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
groundwater committed Dec 3, 2012
1 parent 4fd647f commit 9232b57
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 @@ -150,9 +150,9 @@ Rude will auto-configure itself based on environment variables:
Require Rude somewhere in your project:

var rude = require('rude').config()
var rude('helloworld')
var url = rude('helloworld')

console.log(rude)
console.log(url)

This will echo something like:

Expand Down

0 comments on commit 9232b57

Please sign in to comment.