diff --git a/src/lib.rs b/src/lib.rs
index 44342f7..23577e5 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -33,11 +33,10 @@
 //!
 //! ```no_run
 //! use std::time::Instant;
-//!
 //! use windows_capture::{
 //!     capture::{WindowsCaptureHandler, WindowsCaptureSettings},
 //!     frame::Frame,
-//!     window::Window,
+//!     monitor::Monitor,
 //! };
 //!
 //! struct Capture {