From afd882f7d2296ccf32dd6c098e42b161b94449af Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sun, 17 Oct 2021 21:48:23 -0400 Subject: [PATCH] README: Add inline link to documentation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7299262..c7808a1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ created a sample command-line client which uses the library to do simple tasks (currently it does little more than list accounts and query for balances and transactions). My hope is that by studying its code, new users will be able to figure out how to use the library much faster than staring at the OFX -specification (or this library's API documentation). The command-line client +specification (or this library's [API +documentation](https://pkg.go.dev/github.com/aclindsa/ofxgo)). The command-line client also serves as an easy way for me to test/debug the library with actual financial institutions, which frequently have 'quirks' in their implementations. The command-line client can be found in the [cmd/ofx