diff --git a/README.md b/README.md
index 73a12a67..7a0c1c0a 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
View Complete Projects:
@@ -73,7 +73,7 @@ Tools, courses, certifications, communities, and frameworks for cybersecurity pr
| **[Linux eBPF Security Tracer](./SYNOPSES/beginner/Linux.eBPF.Security.Tracer.md)**
Real-time syscall tracing with eBPF |     | eBPF programs • Syscall tracing • BCC framework • Security observability
[Learn More](./SYNOPSES/beginner/Linux.eBPF.Security.Tracer.md) |
| **[Trojan Application Builder](./SYNOPSES/beginner/Trojan.Application.Builder.md)**
Educational malware lifecycle demo |    | Trojan anatomy • Data exfiltration • File encryption • Attack lifecycle
[Learn More](./SYNOPSES/beginner/Trojan.Application.Builder.md) |
| **[DNS Sinkhole](./SYNOPSES/beginner/DNS.Sinkhole.md)**
Pi-hole-style malware domain blocker |    | DNS protocol • Blocklist management • Query logging • Network defense
[Learn More](./SYNOPSES/beginner/DNS.Sinkhole.md) |
-| **[Firewall Rule Engine](./SYNOPSES/beginner/Vlang.Firewall.Rule.Engine.md)**
Parse and validate iptables/nftables rules |    | Firewall internals • Rule parsing • iptables/nftables • V language
[Learn More](./SYNOPSES/beginner/Vlang.Firewall.Rule.Engine.md) |
+| **[Firewall Rule Engine](./PROJECTS/beginner/firewall-rule-engine)**
Parse and validate iptables/nftables rules |    | Firewall internals • Rule parsing • iptables/nftables • V language
[Source Code](./PROJECTS/beginner/firewall-rule-engine) \| [Docs](./PROJECTS/beginner/firewall-rule-engine/learn) |
| **[LLM Prompt Injection Firewall](./SYNOPSES/beginner/LLM.Prompt.Injection.Firewall.md)**
Detect and block prompt injection attacks |    | AI security • Prompt injection • Input sanitization • LLM defense
[Learn More](./SYNOPSES/beginner/LLM.Prompt.Injection.Firewall.md) |
## Intermediate Projects