Skip to content

Commit

Permalink
Remove an accidental newline
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Sep 22, 2016
1 parent 8e09943 commit aea6f5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dspace-swordv2/README.md
Expand Up @@ -45,8 +45,7 @@ While we've provided a few example deposits below. These examples do not make us
This is an example of depositing one of the `example.zip` packages (or a similarly structured package). In this example, the `example.zip` file is assumed to be located in the current directory. We are depositing it into a Collection with handle `10673/2` as the Demo Administrator account.

```
curl -i http://demo.dspace.org/swordv2/collection/10673/2 --data-binary "@example.zip" -H "Content-Disposition: file
name=example.zip" -H "Content-Type: application/zip" -H "Packaging: http://purl.org/net/sword/package/METSDSpaceSIP" --user "dspacedemo+admin@gmail.com"
curl -i http://demo.dspace.org/swordv2/collection/10673/2 --data-binary "@example.zip" -H "Content-Disposition: filename=example.zip" -H "Content-Type: application/zip" -H "Packaging: http://purl.org/net/sword/package/METSDSpaceSIP" --user "dspacedemo+admin@gmail.com"
```

#### Depositing via an Atom entry
Expand Down

0 comments on commit aea6f5d

Please sign in to comment.