diff --git a/README.md b/README.md
index c6cbd30c..9064cc39 100644
--- a/README.md
+++ b/README.md
@@ -191,7 +191,19 @@ fruit::Entity::delete_many()
## Who's using SeaORM?
-SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql), an experimental graph database and query engine.
+The following products are powered by SeaORM:
+
+
+
+
+
 A lightweight web security auditing toolkit |
+  A Bitcoin lightning node implementation |
+  The enterprise ready webhooks service |
+
+
+
+
+SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql), an experimental graph database and query engine developed by SeaQL.
For more projects, see [Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm).
diff --git a/src/lib.rs b/src/lib.rs
index 0668c7e6..36b392c6 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -261,9 +261,21 @@
//! 1. [Change Log](https://github.com/SeaQL/sea-orm/tree/master/CHANGELOG.md)
//!
//! ## Who's using SeaORM?
-//!
-//! SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql), an experimental graph database and query engine.
-//!
+//!
+//! The following products are powered by SeaORM:
+//!
+//!
+//!
+//!
+//!
 A lightweight web security auditing toolkit |
+//!  A Bitcoin lightning node implementation |
+//!  The enterprise ready webhooks service |
+//!
+//!
+//!
+//!
+//! SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql), an experimental graph database and query engine developed by SeaQL.
+//!
//! For more projects, see [Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm).
//!
//! ## License