From 8301c8c169bf37cbaf8cfed3e5c023cbc3b80cff Mon Sep 17 00:00:00 2001 From: Aleks Date: Mon, 22 Sep 2014 10:42:21 +0100 Subject: [PATCH] :memo: :bug: Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- 2.39.5