Skip to content

Commit a256f73

Browse files
authored
Update README.md (#6)
1 parent de02c4b commit a256f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ To send your traces to Evidently you need to initialize tracely:
2828
from tracely import init_tracing
2929

3030
init_tracing(
31-
address="https://app.evidently.cloud", # Trace Collector Address
32-
api_key="", # API Key from Evidently Cloud
31+
address="https://app.evidently.cloud", # Trace Collector Address
32+
api_key="", # API Key from Evidently Cloud
3333
project_id="a1d08c46-0624-49e3-a9f5-11a13b4a2aa5", # Project ID from Evidently Cloud
3434
export_name="tracing-dataset",
3535
)

0 commit comments

Comments
 (0)