From d18af92190cb96565dbaaec4fd0ed4d834950beb Mon Sep 17 00:00:00 2001 From: Carlos Cilleruelo Date: Wed, 3 Apr 2024 15:15:05 +0200 Subject: [PATCH] Update README.md There is a bug on the imports it should be Pylacus, not lacuscore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87ceadb..55ec8e1 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ See [API Reference](https://pylacus.readthedocs.io/en/latest/api_reference.html) ```python from redis import Redis -from lacuscore import LacusCore +from pylacus import PyLacus redis = Redis() lacus = lacus = PyLacus("http://127.0.0.1:7100")