Skip to content

Commit 326a4b7

Browse files
committed
docs: 📚 update video demo
1 parent 8cf212f commit 326a4b7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ _Reactive programming • Zero-configuration setup • Enterprise-ready_
2222

2323
</div>
2424

25+
[![Demo](https://img.youtube.com/vi/K-2rLjG7qyQ/maxresdefault.jpg)](https://youtu.be/K-2rLjG7qyQ)
26+
2527
---
2628

2729
## 📑 Table of Contents
@@ -61,6 +63,7 @@ _Reactive programming • Zero-configuration setup • Enterprise-ready_
6163

6264
| Feature | Description |
6365
| -------------------------- | -------------------------------------------- |
66+
| 🐞 **Debug Tool** | Built-in debug info for easy troubleshooting |
6467
|**Type-Safe** | Full TypeScript support with strict typing |
6568
| 🚀 **Performance** | Optimized with caching and smart updates |
6669
| 🛡️ **Route Protection** | Support for guards to protect routes |
@@ -150,7 +153,7 @@ graph TB
150153

151154
```bash
152155
# 🚀 Install the library
153-
npm install ngx-feature-proxy unleash-proxy-client
156+
npm install ngx-feature-proxy
154157
```
155158

156159
### ⚙️ Basic Setup
@@ -175,6 +178,7 @@ bootstrapApplication(AppComponent, {
175178
},
176179
refreshInterval: 30, // ⏱️ Refresh interval in seconds
177180
metricsInterval: 60, // 📊 Metrics interval in seconds
181+
debug: true, // 🐞 Enable debug mode
178182
}),
179183
// ... other providers
180184
],

0 commit comments

Comments
 (0)