Some improvements and put dependencies at the end of the README - ud - Print definitions from urbandictionary.com
 (HTM) hg clone https://bitbucket.org/iamleot/ud
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) changeset 959c4def44f6e47a6eba529950669dd58196ea68
 (DIR) parent d5f3b5c82c5663b0f8a2d7165fff4c746658f539
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Mon,  8 Jan 2018 01:27:01 
       
       Some improvements and put dependencies at the end of the README
       
       Diffstat:
        README |  3 ++-
        1 files changed, 2 insertions(+), 1 deletions(-)
       ---
       diff -r d5f3b5c82c56 -r 959c4def44f6 README
       --- a/README    Mon Jan 08 01:13:07 2018 +0100
       +++ b/README    Mon Jan 08 01:27:01 2018 +0100
       @@ -1,6 +1,7 @@
       -ud is shell script that via `curl' and `jq' prints definitons from
       +ud is shell one-liner^W script that prints definitons from
        urbandictionary.com, e.g.:
        
         % ud timtowtdi
         TIMTOWTDI: here is more than one way to do it
         
       +To use `ud' `curl' and `jq' are needed.