From: Aleks Date: Mon, 22 Sep 2014 09:42:21 +0000 (+0100) Subject: :memo: :bug: Fixed typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8301c8c169bf37cbaf8cfed3e5c023cbc3b80cff;p=simple-upload.git :memo: :bug: Fixed typo --- diff --git a/README.md b/README.md index 6fbef75..98099c3 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,5 @@ There are few options that you can change by editing the file itself: This example will upload a file and copy URL to clipboard: ```bash - curl -F "file=@$(pwd)/file.jpg" http://yoir-host/sharing/ > xclip -sel clip + curl -F "file=@$(pwd)/file.jpg" http://your-host/sharing/ > xclip -sel clip ```