diff --git a/README.md b/README.md index 9590d32..7adc7f5 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,12 @@ channels, facilitated by the PeerJS library. Creator Browser (Host) ┌─────────────────────────────────────────────┐ │ Ionic/Angular App │ - │ ┌─────────────────┐ ┌──────────────────┐ │ - │ │ PeerService │ │ Dexie (IndexedDB)│ │ - │ │ (PeerJS/WebRTC)│<─>│ surveys │ │ - │ └────────┬────────┘ │ participants │ │ - │ │ │ responses │ │ - │ Peer ID: survey-{id}└──────────────────┘ │ + │ ┌─────────────────┐ ┌───────────────────┐│ + │ │ PeerService │ │ Dexie (IndexedDB)││ + │ │ (PeerJS/WebRTC)│<─>│ surveys ││ + │ └────────┬────────┘ │ participants ││ + │ │ │ responses ││ + │ Peer ID: survey-{id}└───────────────────┘│ └───────────┼─────────────────────────────────┘ │ [PeerJS Cloud – signaling only, not data relay]