From d23e9f5639efbc7dbfe42e881a792eb092f5301e Mon Sep 17 00:00:00 2001 From: Nick Arnold Date: Mon, 1 Feb 2016 16:26:55 -0800 Subject: [PATCH] Improve note on netrc support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd033b4..2ce07a4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Python API for LabKey Server. Lets you query, insert, and update data on a LabKe Changes in the current release: - Support for Python 3 -- Support for netrc files (.labkeycredentials.txt files are now deprecated) +- Use netrc files for credentials -- see [Credentials](#credentials) - New methods for working with assay data: - [load_batch](./labkey/experiment.py) - [save_batch](./labkey/experiment.py)