diff --git a/README.md b/README.md index 5c0cd02..a976d95 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,13 @@ NOTE: you need to have libcurl-dev installed in your system Usage ===== -./stikkit -b +``` +./stikkit -b url # now type text and hit ctrl+d to exit +``` -cat | stikkit -b +cat file | stikkit -b url - is an url to stikked server for example, if your server is http://something.blah/stikked and your api is http://something.blah/stikked/api then use http://something.blah/stikked as parameter to -b +url is an url to stikked server for example, if your server is http://something.blah/stikked and your api is http://something.blah/stikked/api then use http://something.blah/stikked as parameter to -b The url parameter can be stored to configuration file (stikkit will ask you in case there is none in config file)