From 0a20c930a1b65697ff89f7fd97a3065f3618b0de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20G=C3=B3mez=20Maitret?= Date: Thu, 22 Sep 2022 14:57:30 -0500 Subject: [PATCH] README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 883f264..bc69d71 100644 --- a/README.md +++ b/README.md @@ -117,10 +117,7 @@ result = loaf.call("ProcedureFindClient", 1) -``` ⚠️ Syntax for the package has changed heavily since version 0.2.0, if your project depends on Loaf and is using an inferior version, I heavily suggest that you use the previous stable version: -``` - ``` $ pip install loaf==0.1.30 ```