Skip to content

Commit 83b49fa

Browse files
authored
Merge pull request #253 from Mercy017/main
Updated overflowing
2 parents 43244bb + 3ee3338 commit 83b49fa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

DISCUSSIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Welcome to FlowFi's GitHub Discussions! This is the place for community conversa
2020

2121
### Use **Issues** for:
2222

23-
- 🐛 **Bug Reports** - Something isn't working as expected
23+
- 🐛 **Bug Reports** - Something isn't working as expected.
2424
-**Feature PRs** - Implementation work and code changes
2525
- 📝 **Documentation Tasks** - Concrete docs or examples that need writing
2626
- 🔧 **Refactoring Tasks** - Code improvements with clear objectives

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ flowfi/
3030

3131
FlowFi consists of three main components that work together:
3232

33-
- **Soroban Smart Contracts**: Handle on-chain payment stream logic
33+
- **Soroban Smart Contracts**: Handle on-chain payment stream logic.
3434
- **Backend API**: Indexes on-chain events, provides REST API, and streams real-time updates via SSE
3535
- **Frontend**: User interface for creating and managing payment streams
3636

SSE_IMPLEMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A production-ready **Server-Sent Events (SSE)** system for real-time payment str
1212
- **Full Implementation Guide**: [`backend/docs/SSE_IMPLEMENTATION.md`](backend/docs/SSE_IMPLEMENTATION.md)
1313
- **Architecture Diagrams**: [`backend/docs/SSE_ARCHITECTURE.md`](backend/docs/SSE_ARCHITECTURE.md)
1414
- **Production Checklist**: [`backend/PRODUCTION_CHECKLIST.md`](backend/PRODUCTION_CHECKLIST.md)
15-
- **Complete Summary**: [`ISSUE_134_SUMMARY.md`](ISSUE_134_SUMMARY.md)
15+
- **Complete Summary**: [`ISSUE_134_SUMMARY.md`](ISSUE_134_SUMMARY.md).
1616

1717
## Try It Now
1818

0 commit comments

Comments
 (0)