Skip to content

Commit

Permalink
change to --data-binary so whitespace is right
Browse files Browse the repository at this point in the history
  • Loading branch information
benatkin committed Oct 30, 2010
1 parent 6aff352 commit e3604df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ Because I haven't wired up something that views multiline strings in JSON nicely

REV must be set to the latest revision.

curl -X PUT -d @$THISFILE $ATT?rev=$REV
curl -X PUT --data-binary @$THISFILE $ATT?rev=$REV

# Down

Expand Down

0 comments on commit e3604df

Please sign in to comment.