diff --git a/content/roadmaps/104-angular/content/101-rxjs-basics/102-marble-diagrams.md b/content/roadmaps/104-angular/content/101-rxjs-basics/102-marble-diagrams.md
index 34e624ddc..5b8ece304 100644
--- a/content/roadmaps/104-angular/content/101-rxjs-basics/102-marble-diagrams.md
+++ b/content/roadmaps/104-angular/content/101-rxjs-basics/102-marble-diagrams.md
@@ -1 +1,8 @@
-# Marble diagrams
\ No newline at end of file
+# Marble Diagrams
+
+Marble testing allows you to test asynchronous RxJS code synchronously and step-by-step with the help of RxJS TestScheduler test utility and using virtual time steps.
+
+Free Content
+Angular Marble Testing: A Brief Introduction
+IUnderstanding Marble Diagrams for Reactive Streams
+Interactive Diagrams