From 57ddcfd39b310db80dd7ef833e89995a85a50cef Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Mon, 29 Jan 2024 14:28:07 -0500 Subject: [PATCH] Update README.md to reflect farmOS v3 support Pointed out by @ktohalloran: https://farmos.discourse.group/t/simple-oauth-typed-property-errors-after-authentication-with-farmos-py/1859/5?u=mstenta --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4168027..606a01a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To install using `conda` see [conda-forge/farmos-feedstock](https://github.com/c ## Documentation -farmOS.py can connect to farmOS servers running version ^1.6 or 2.x. The version should be specified when instantiating +farmOS.py can connect to farmOS servers running version ^1.6 or greater. The version should be specified when instantiating the farmOS client. - [1.x documentation](docs/client_1x.md)