Skip to content

Commit

Permalink
Merge pull request #292 from ayrat-forks/master
Browse files Browse the repository at this point in the history
remove unneeded slash symbol
  • Loading branch information
sporkmonger committed Apr 10, 2018
2 parents acf511e + ce2ed69 commit b919fb0
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 @@ -58,7 +58,7 @@ For more details, see [RFC 6570](https://www.rfc-editor.org/rfc/rfc6570.txt).

require "addressable/template"

template = Addressable::Template.new("http://example.com/{?query*}/")
template = Addressable::Template.new("http://example.com/{?query*}")
template.expand({
"query" => {
'foo' => 'bar',
Expand Down

0 comments on commit b919fb0

Please sign in to comment.