diff --git a/documentation/docs/assertions/json/overview.md b/documentation/docs/assertions/json/overview.md index 71212339ce5..b92c424da6a 100644 --- a/documentation/docs/assertions/json/overview.md +++ b/documentation/docs/assertions/json/overview.md @@ -4,7 +4,7 @@ slug: json-overview.html sidebar_label: Overview --- -To use these matchers add `testImplementation("io.kotest.extensions:kotest-assertions-json:")` to your build. +To use these matchers add `testImplementation("io.kotest:kotest-assertions-json:")` to your build. ## Basic matchers diff --git a/documentation/versioned_docs/version-5.8/assertions/json/overview.md b/documentation/versioned_docs/version-5.8/assertions/json/overview.md index 09c3898875a..b92c424da6a 100644 --- a/documentation/versioned_docs/version-5.8/assertions/json/overview.md +++ b/documentation/versioned_docs/version-5.8/assertions/json/overview.md @@ -4,7 +4,7 @@ slug: json-overview.html sidebar_label: Overview --- -To use these matchers add `testImplementation("io.kotest.extensions:kotest-assertions-json:")` to your build. +To use these matchers add `testImplementation("io.kotest:kotest-assertions-json:")` to your build. ## Basic matchers