Skip to content

Commit

Permalink
Fix error in 'Usage doc'
Browse files Browse the repository at this point in the history
  • Loading branch information
guits committed Dec 7, 2015
1 parent 8d6ff0c commit c4ac347
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ this is the easiest way to get a pastefile application running quickly.
# Usage
Upload a file:
```bash
curl -F file=@ http://pastefile.fr
curl -F file=@</path/to/the/file> http://pastefile.fr
```

View all uploaded files:
Expand All @@ -164,10 +164,10 @@ curl http://pastefile.fr/ls

Get infos about one file:
```bash
curl http://pastefile.fr/infos
curl http://pastefile.fr/<id>/infos
```

Get a file:
```bash
curl -JO http://pastefile.fr/
curl -JO http://pastefile.fr/<id>
```

0 comments on commit c4ac347

Please sign in to comment.