finos / JCurl

JSON-aware curl (1) in Java
Apache License 2.0
27 stars 24 forks source link

README.md inconsistent sample #2

Closed miltongq closed 7 years ago

miltongq commented 7 years ago

On "Script usage" section, missing the "eval" keyword at "# Add user to room" sample.

ldrozdz commented 7 years ago

Actually we don't need eval there. It is only needed when we extract a value from the response and want to save it to a Bash variable.

This actually means that eval is also unnecessary in the following example (sending a message). I'll remove it from the doc.

ldrozdz commented 7 years ago

Fixed in 0.9.6.