Switched README newlines to Unix style.
authorDavid Llewellyn-Jones <david@flypig.co.uk>
Mon, 23 Jun 2014 00:48:38 +0000 (01:48 +0100)
committerDavid Llewellyn-Jones <david@flypig.co.uk>
Mon, 23 Jun 2014 00:48:38 +0000 (01:48 +0100)
README

diff --git a/README b/README
index b2df8d6..7ec3377 100644 (file)
--- a/README
+++ b/README
@@ -1,32 +1,32 @@
-btcspy\r
-\r
-GPL v3\r
-David Llewellyn-Jones\r
-D.Llewellyn-Jones@ljmu.ac.uk\r
-david@flypig.co.uk\r
-http://www.flypig.co.uk\r
-\r
-\r
-To use btcspy as a standalone script, open a command window in the \r
-btcspy folder (you can do this by Shift-Right-Clicking on the folder\r
-and selecting "Open command window here" from the menu). Then type the\r
-following\r
-\r
-btcspy.ph\r
-\r
-For help type\r
-\r
-btcspy.ph --help\r
-\r
-To use btcspy within a Python program (or in the Python interpreter)\r
-you can do the following:\r
-\r
-import btcspy\r
-result = btcspy.history()\r
-print (result)\r
-\r
-Note that for this to work, the contents of the btcspy folder has to be \r
-in the currently selected directory.\r
-\r
-For more information, please feel free to contact David\r
-D.Llewellyn-Jones@ljmu.ac.uk\r
+btcspy
+
+GPL v3
+David Llewellyn-Jones
+D.Llewellyn-Jones@ljmu.ac.uk
+david@flypig.co.uk
+http://www.flypig.co.uk
+
+
+To use btcspy as a standalone script, open a command window in the 
+btcspy folder (you can do this by Shift-Right-Clicking on the folder
+and selecting "Open command window here" from the menu). Then type the
+following
+
+btcspy.ph
+
+For help type
+
+btcspy.ph --help
+
+To use btcspy within a Python program (or in the Python interpreter)
+you can do the following:
+
+import btcspy
+result = btcspy.history()
+print (result)
+
+Note that for this to work, the contents of the btcspy folder has to be 
+in the currently selected directory.
+
+For more information, please feel free to contact David
+D.Llewellyn-Jones@ljmu.ac.uk