diff --git a/README.md b/README.md index b66cac7..4701a46 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Therefore, authentication is needed to access it. ``` curl -X POST \ http://your.domain.com/bag \ - -H 'Authorization: ' \ + -u \ -H 'content-type: multipart/form-data' \ -F file=@ ``` @@ -108,7 +108,7 @@ To import a new version, in addition to the `.zip` file, a PID of a previous wor ``` curl -X POST \ http://your.domain.com/bag \ - -H 'Authorization: ' \ + -u \ -H 'content-type: multipart/form-data' \ -F file=@ -F prev=