diff --git a/src/clj_test_containers/core.clj b/src/clj_test_containers/core.clj index 68f5cf7..b39152c 100644 --- a/src/clj_test_containers/core.clj +++ b/src/clj_test_containers/core.clj @@ -56,7 +56,7 @@ healthy state of your container as your wait condition. Example: -pr + ```clojure (wait {:wait-strategy :health :true} container) ```