Commit abc04039aadd5fda1986fa7bf2c571c896d35ca0
Fix typos
Close #1Charles Lehner committed on 9/30/2015, 7:13:21 PM
Parent: 801dca93854462d939817da96acd4439fb300da6
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -25,9 +25,9 @@ | ||
25 | 25 | |
26 | 26 | #### `mint2ledger` |
27 | 27 | Import Mint transactions. |
28 | 28 | |
29 | -Combines transfers between accounts, and allows for abritrary renaming of | |
29 | +Combines transfers between accounts, and allows for arbitrary renaming of | |
30 | 30 | transactions. |
31 | 31 | |
32 | 32 | #### `dwolla2ledger` |
33 | 33 | Import transactions from a Dwolla statement. |
@@ -63,9 +63,9 @@ | ||
63 | 63 | |
64 | 64 | To obtain the TSV data to import, visit the |
65 | 65 | [transactions page](https://crypto-trade.com/member/transactions), and for each |
66 | 66 | page of results, copy and paste the table into a text file such that each row |
67 | -from the table is in its own line, with the values in the cells seperatd by tabs. | |
67 | +from the table is in its own line, with the values in the cells separated by tabs. | |
68 | 68 | |
69 | 69 | #### Coinbase |
70 | 70 | |
71 | 71 | Two scripts are provided for processing two types of CSV files that Coinbase |
Built with git-ssb-web