:memo: :bug: Fixed typo
authorAleks <muchweb@users.noreply.github.com>
Mon, 22 Sep 2014 09:42:21 +0000 (10:42 +0100)
committerAleks <muchweb@users.noreply.github.com>
Mon, 22 Sep 2014 09:42:21 +0000 (10:42 +0100)
README.md

index 6fbef7545c3420778373db172f884e18405715b7..98099c329aada88247dd8b394fbc3516c1db2ead 100644 (file)
--- 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
        ```