From: David Llewellyn-Jones Date: Mon, 23 Jun 2014 00:48:38 +0000 (+0100) Subject: Switched README newlines to Unix style. X-Git-Url: https://www.flypig.org.uk/git/?p=btcspy.git;a=commitdiff_plain;h=05bf892aabf953671c77d91fed89ee0151ec378c Switched README newlines to Unix style. --- diff --git a/README b/README index b2df8d6..7ec3377 100644 --- a/README +++ b/README @@ -1,32 +1,32 @@ -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 +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