From 986fdbddf08b93e01a8dcbdc259c582c9d22e1c2 Mon Sep 17 00:00:00 2001 From: Rostyslav Bohomaz Date: Wed, 28 Feb 2024 12:15:38 +0200 Subject: [PATCH] chore: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c70a863..05486c5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ LiqPy -- unofficial python library for [LiqPay API](https://www.liqpay.ua/docume > Short answer: Well, yes, but actually no. > > Long answer: It depends on what production readiness means for you. -> The Library still lacks some LiqPay's functionality and tests coverage, +> Implementation still lacks some LiqPay's functionality and tests coverage, > but I, personally, use it in production. > It gets work done in a most pythonic way I see it.