Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
There is a bug on the imports it should be Pylacus, not lacuscore
  • Loading branch information
CarlosLannister authored Apr 3, 2024
1 parent ee1e7b2 commit d18af92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d18af92

Please sign in to comment.