Skip to content

Commit

Permalink
Merge pull request #1 from badboy/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
denschub authored Jun 8, 2024
2 parents 3f04696 + 86fb81b commit 50fb583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Example curl call:
curl -JOH "Authorization: Bearer TOKEN" https://wow-so-secure.exmaple.com/secret/UUID
```

For reference, the combination of curl's `-J` and `-O` tells curl to download the file, and use the file name provided by the server. Providing a file name in the database is optional, but if you do, it will set the right HTTP header to amke that happen.
For reference, the combination of curl's `-J` and `-O` tells curl to download the file, and use the file name provided by the server. Providing a file name in the database is optional, but if you do, it will set the right HTTP header to make that happen.

### Updating a secret's contents

Expand Down

0 comments on commit 50fb583

Please sign in to comment.