Skip to content

Commit cee58f5

Browse files
committed
fix: update README
1 parent 42f9f58 commit cee58f5

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
This repository contains the core python library developed by Madness Lab Team at Zucchetti Centro Sistemi.
44

5-
The library provides a `Logger` allowing the user to receive logging messages from Uvicorn and send them to Google Cloud.
6-
75
```text
86
97
░▒▓████████▓▒░░▒▓██████▓▒░ ░▒▓███████▓▒░
@@ -56,11 +54,11 @@ Then add the library `zcs-python-core` to the same file.
5654
In your code, you can import and use the library like this:
5755

5856
```python
59-
from zcs.core.exception import ZCSException
57+
from zcs.core.exception import ZcsException
6058
```
6159

6260
```python
63-
from zcs.core.logger import Logger
61+
from zcs.core.logger import ZcsLogging
6462
```
6563

6664
## Local development

app/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
build==1.2.1
22
pytest==8.3.3
3-

0 commit comments

Comments
 (0)