Skip to content

Commit 4975165

Browse files
committed
oops
1 parent c58fe17 commit 4975165

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libraries/langwatch/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ The Go SDK for tracing and evaluating LLM applications using [LangWatch](https:/
2121
First, get the necessary OpenTelemetry and LangWatch packages:
2222

2323
```bash
24-
go get go.opentelemetry.io/otel \\
25-
go.opentelemetry.io/otel/sdk \\
26-
go.opentelemetry.io/otel/trace \\
24+
go get go.opentelemetry.io/otel \
25+
go.opentelemetry.io/otel/sdk \
26+
go.opentelemetry.io/otel/trace \
2727
github.com/0xdeafcafe/bloefish/libraries/langwatch
2828
```
2929

0 commit comments

Comments
 (0)