Skip to content

Commit

Permalink
Added a ``` for githubs markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
slaskis committed May 22, 2011
1 parent 4b77da3 commit c6c8001
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,7 @@

## Usage

```
var addressable = require("addressable");
// Get a proper URI
Expand Down Expand Up @@ -44,6 +45,7 @@
uri.toString() // => 'http://google.com/search?q=hello+world#anchor-it'
uri.isAbsolute()// => true
uri.isRelative()// => false
```

## History

Expand Down

0 comments on commit c6c8001

Please sign in to comment.