]> git.rkrishnan.org Git - functorrent.git/commitdiff
README: misc indents
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Wed, 16 Sep 2015 16:00:21 +0000 (21:30 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Wed, 16 Sep 2015 16:00:21 +0000 (21:30 +0530)
README.md

index 2e70b882ffae820ab8e5d15c989fccb6eb0a4038..792336a2f097c2558e7ff3a96af103e92c26f87a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -35,13 +35,13 @@ shell which has all the package dependencies installed.
 If you invoke functorrent without any options, it expects the contents of a torrent file
 to be given in stdin. So
 
-   $ cat ubuntu-14.10-desktop-amd64.iso.torrent | functorrent
-   [....]
+    $ cat ubuntu-14.10-desktop-amd64.iso.torrent | functorrent
+    [....]
 
 Or one can explicitly specify the torrent file as input.
 
-   $ functorrent ubuntu-14.10-desktop-amd64.iso.torrent
-   [...]
+    $ functorrent ubuntu-14.10-desktop-amd64.iso.torrent
+    [...]
 
 ## Goals