@ -30,7 +30,7 @@ The main entry point into Radikle is through the `RadicleApi` class. You pass a
val api = RadicleApi("https://api.radicle.xyz").v1()
// Get a response from /
val response = v1Api.getRoot()
val response = api.getRoot()
```
# Testing