From f9b32a466e7d2d4779cae04a0df0397fc0859f8f Mon Sep 17 00:00:00 2001 From: Southclaws Date: Mon, 12 Feb 2018 20:02:09 +0000 Subject: [PATCH] Fix go-finance bad markdown syntax (#1803) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e6f6609..1f3539c4 100644 --- a/README.md +++ b/README.md @@ -503,7 +503,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [accounting](https://github.com/leekchan/accounting) - money and currency formatting for golang. * [decimal](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers. * [go-finance](https://github.com/FlashBoys/go-finance) - Comprehensive financial markets data in Go. -* [go-finance] (https://github.com/alpeb/go-finance) - Library of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations. +* [go-finance](https://github.com/alpeb/go-finance) - Library of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations. * [go-money](https://github.com/rhymond/go-money) - Implementation of Fowler's Money pattern. * [ofxgo](https://github.com/aclindsa/ofxgo) - Query OFX servers and/or parse the responses (with example command-line client). * [transaction](https://github.com/claygod/transaction) - Embedded transactional database of accounts, running in multithreaded mode.