diff --git a/README.md b/README.md index ed5b273e..163cb7bc 100644 --- a/README.md +++ b/README.md @@ -218,4 +218,4 @@ kaml uses Gradle for builds and testing: ## Reference links * [YAML 1.2 Specification](http://yaml.org/spec/1.2/spec.html) -* [snakeyaml-engine](https://bitbucket.org/snakeyaml/snakeyaml-engine/wiki/Home), the YAML parser this library is based on +* [snakeyaml-engine-kmp](https://github.com/krzema12/snakeyaml-engine-kmp), a Kotlin Multiplatform port of [snakeyaml-engine](https://bitbucket.org/snakeyaml/snakeyaml-engine/wiki/Home), the YAML parser this library is based on