Skip to content

Commit f074a52

Browse files
authored
Update README.md
1 parent fb08bcf commit f074a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ but try to avoid the more advanced FP features that don't translate well to Kotl
4949
## Libraries
5050

5151
* Kotlin - Running the latest Kotlin release.
52-
* [Vert.x](https://vertx.io/) a lightning fast HTTP framework that routinely tops the Java performance metrics at TechEmpower. Offers coroutine support for Kotlin integration. Is simple to use and easy to create some scaffolding around to test locally.
52+
* [Vert.x](https://vertx.io/) a lightning fast HTTP framework that routinely tops the Java performance metrics at [TechEmpower](https://www.techempower.com/benchmarks/#section=data-r23&test=update&l=xan3h7-pa7). Offers coroutine support for Kotlin integration. Is simple to use and easy to create some scaffolding around to test locally.
5353
* [Hoplite](https://github.com/sksamuel/hoplite) a Kotlin data-class-as-config loader that provides cascading
5454
fallback of config files. Config is loaded in regular data classes that you define and can pass about. This allows for
5555
easy testing, as you can provide test-time values by simply creating instances of those data classes.

0 commit comments

Comments
 (0)