From aed841dfe86b31df565d7e8a4aa76a43fd016bbe Mon Sep 17 00:00:00 2001 From: Michael Kelly Date: Tue, 22 May 2018 11:51:32 -0700 Subject: [PATCH] readme updates (#122) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1355d63e..a9bb51238 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ plaid-python [![Circle CI](https://circleci.com/gh/plaid/plaid-python.svg?style The official python client library for the [Plaid API][1]. -**Note:** This module was recently refactored and released as version `2.0.x` to support [Plaid's updated API][9]. The previous module version, 1.5.0, and API legacy documentation, is still available via pypi and mirrored as [`plaid-python-legacy`][10]. - ## Table of Contents - [plaid-python](#plaid-python) @@ -16,9 +14,9 @@ The official python client library for the [Plaid API][1]. * [Examples](#examples) * [Known Issues](#known-issues) * [Contributing](#contributing) + * [Legacy API](#legacy-api) * [License](#license) - ## Install ```console @@ -200,6 +198,10 @@ Version 2.0.0 was authored by [Joy Zheng](https://github.com/joyzheng) and - [@chrisforrette](https://github.com/chrisforrette) (Chris Forrette) - [@gae123](https://github.com/gae123) +## Legacy API + +If you're looking for a Python client that works with the legacy Plaid API, use [`plaid-python-legacy`][10], available via pypi. + ## License [MIT][6]