Skip to content

Commit

Permalink
Merge branch 'master' of github.com:razie/snakked
Browse files Browse the repository at this point in the history
  • Loading branch information
Razvan Cojocaru committed May 19, 2017
2 parents e428535 + 0d4802d commit 68baa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -31,7 +31,7 @@ You can easily submit forms as well:

val xmlFeed = url ("http://feeds.razie.com/Razblog?format=xml").form (Map("name" -> "value"))

If you only want to get the body of the server response, wihtout the XPATH wrappers, then
If you only want to get the body of the server response, without the XPATH wrappers, then

val response = body(xmlFeed)

Expand Down

0 comments on commit 68baa02

Please sign in to comment.