There was an error while loading. Please reload this page.
1 parent a1a84b5 commit bb5f66bCopy full SHA for bb5f66b
2 files changed
client/readme.md
@@ -26,7 +26,7 @@ Add the following to your `pom.xml`
26
val client = AnnoRepoClient(
27
serverURI = URI.create("http://localhost:8080"),
28
apiKey = apiKey,
29
- userAgent = "name to identity this client in the User-Agent header"
+ userAgent = "name to identify this client in the User-Agent header"
30
)
31
```
32
client/src/test/resources/readme.md
@@ -25,7 +25,7 @@ Add the following to your `pom.xml`
25
0 commit comments