diff --git a/implementations.md b/implementations.md
index b2eb879..a3cb720 100644
--- a/implementations.md
+++ b/implementations.md
@@ -60,6 +60,11 @@ The "Promise Objects" section of the ECMAScript specification has many additiona
Full featured Promises/A+ implementation with exceptionally good performance |
1.1 |
+
+ bPromise |
+ A simple Promises/A+ implementation for learning. |
+ 1.1 |
+
broody-promises |
Promises with `.value()` method, that brings ability to get value of the chain synchronously |