diff --git a/README.md b/README.md index 765646fc..2902d0ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# zebra 🦓 +![Zebra logotype](https://www.zfnd.org/images/zebra-logotype.png) Hello! I am Zebra, an ongoing Rust implementation of a Zcash node. diff --git a/zebrad/src/lib.rs b/zebrad/src/lib.rs index 89c956ca..1fc59ae8 100644 --- a/zebrad/src/lib.rs +++ b/zebrad/src/lib.rs @@ -1,3 +1,5 @@ +//! ![Zebra logotype](https://www.zfnd.org/images/zebra-logotype.png) +//! //! Hello! I am Zebra, an ongoing Rust implementation of a Zcash node. //! //! Zebra is a work in progress. It is developed as a collection of `zebra-*`