Skip to content

Commit f25f5a9

Browse files
Update README.md
1 parent 6a91218 commit f25f5a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Add the `gemini-api` dependency. Maven example (replace ${gemini.version} with t
1616
</dependency>
1717

1818
## JsonParser
19-
In order for this library to stay free of dependencies, the user must provide an implementation of the `swiss.ameri.gemini.spi.JsonParser` class.
20-
Alternatively, an example gson implementation can be used with the following dependency (which includes a gson dependency)
19+
In order for this library to stay free of dependencies, the user must provide an implementation of the `swiss.ameri.gemini.spi.JsonParser` interface.
20+
Alternatively, an example Gson implementation can be used with the following dependency (which includes a Gson dependency)
2121

2222
<dependency>
2323
<groupId>swiss.ameri</groupId>

0 commit comments

Comments
 (0)