Skip to content

Commit

Permalink
docs: remove outdated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DDtKey committed Sep 26, 2023
1 parent 5fa6a0e commit a20ef6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testcontainers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
//!
//! # Ecosystem
//!
//! The testcontainers ecosystem is split into multiple crates, however, the `testcontainers` crate itself is a meta-crate, re-exporting the others. Usually, depending on `testcontainers` should be sufficient for most users needs.
//! However, ready-to-use images are supplied separately: [`testcontainers-modules`]
//! `testcontainers` is the core crate that provides an API for working with containers in a test environment.
//! However, it does not provide ready-to-use modules, you can implement your [`Image`]s using the library directly or use community supported [`testcontainers-modules`].
//!
//! [tc_website]: https://testcontainers.org
//! [`Docker`]: https://docker.com
Expand Down

0 comments on commit a20ef6c

Please sign in to comment.