diff --git a/images/unix_logs.png b/images/unix_logs.png new file mode 100644 index 0000000..d354204 Binary files /dev/null and b/images/unix_logs.png differ diff --git a/src/lib.rs b/src/lib.rs index 026a609..c4777db 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -36,15 +36,16 @@ //! #![cfg_attr(feature = "doc-images", cfg_attr(all(), -doc = ::embed_doc_image::embed_image!("windows_logs", "images/windows_logs.png")))] +doc = ::embed_doc_image::embed_image!("windows_logs", "images/windows_logs.png"), +doc = ::embed_doc_image::embed_image!("unix_logs", "images/unix_logs.png")))] //! //! ### Windows Output //! -//! ![Example Logs][windows_logs] +//! ![Windows Logs][windows_logs] //! //! ### Unix Output //! -//! +//! ![Unix Logs][unix_logs] //! //! ### Author Notes //!