Skip to content

Commit

Permalink
Revert "refined the deprecation example"
Browse files Browse the repository at this point in the history
This reverts commit 98ed125.
  • Loading branch information
rubiii committed Jun 29, 2012
1 parent 0d167ac commit 604a36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
What this means is, that Savon should be smart enough so you can replace this:

``` ruby
client.request :wsdl, "FindUser", "xmlns:wsdl" => "http://example.com"
client.request :wsdl, :find_user, "xmlns:wsdl" => "http://example.com"
```

with just passing the operation name:
Expand Down

0 comments on commit 604a36d

Please sign in to comment.