Skip to content

Commit e8fd068

Browse files
committed
wip
1 parent 17a66a7 commit e8fd068

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ If you're simply looking to call the Braintrust API with Java code, see [https:/
1010

1111
This SDK is currently is in BETA status and APIs may change
1212

13-
<!-- # Using the SDK in your code -->
13+
# Using the SDK in your code
1414

15-
<!-- *NOTE: The SDK has not published a release to maven yet. This section will not work until our first release is published* -->
16-
17-
<!-- build.gradle -->
18-
<!-- ```gradle -->
19-
<!-- dependencies { -->
20-
<!-- implementation 'dev.braintrust:sdk:0.0.1' -->
21-
<!-- } -->
22-
<!-- ``` -->
15+
build.gradle
16+
```gradle
17+
dependencies {
18+
implementation 'dev.braintrust:sdk:<version-goes-here>'
19+
}
20+
```
2321

2422
# Examples
2523

0 commit comments

Comments
 (0)