fix typo
This commit is contained in:
parent
5734f13675
commit
682fd5ecd7
|
|
@ -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()
|
val api = RadicleApi("https://api.radicle.xyz").v1()
|
||||||
|
|
||||||
// Get a response from /
|
// Get a response from /
|
||||||
val response = v1Api.getRoot()
|
val response = api.getRoot()
|
||||||
```
|
```
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue