Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
URITemplate was written as UriTemplate.
  • Loading branch information
bhollis committed Nov 24, 2013
1 parent e0ec7da commit c81cef2
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 @@ -17,7 +17,7 @@ require 'escape_utils'
gem 'uri_template'
require 'uri_template'

UriTemplate::Utils.using_escape_utils? #=> true
URITemplate::Utils.using_escape_utils? #=> true
```

## Examples
Expand Down

0 comments on commit c81cef2

Please sign in to comment.