Skip to content

Commit 76f7c6c

Browse files
authored
Refactor README.md to fix error in mermaid code block (#65)
2 parents 1adcde3 + 4f0ffcb commit 76f7c6c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Friend is an AI wearable device that records everything you say, gives you proac
2929

3030
```mermaid
3131
graph TD;
32-
A[Device] -- Streams Audio --> B[Phone App];
33-
B -- Transmits --> C[Deepgram];
34-
C -- Returns Transcript --> D[Phone App];
35-
D -- Saves Transcript --> E[Phone Storage];
32+
A[Device] -- Streams Audio --> B[Phone App];
33+
B -- Transmits --> C[Deepgram];
34+
C -- Returns Transcript --> D[Phone App];
35+
D -- Saves Transcript --> E[Phone Storage];
3636
3737
classDef lightMode fill:#FFFFFF, stroke:#333333, color:#333333;
3838
classDef darkMode fill:#333333, stroke:#FFFFFF, color:#FFFFFF;
@@ -47,9 +47,7 @@ linkStyle 0 stroke:#FF4136, stroke-width:2px
4747
linkStyle 1 stroke:#1ABC9C, stroke-width:2px
4848
linkStyle 2 stroke:#FFCC00, stroke-width:2px
4949
linkStyle 3 stroke:#2ECC40, stroke-width:2px
50-
linkStyle 4 stroke:#FF6B6B, stroke-width:2px
5150
```
52-
5351
## Structure
5452

5553
There are 3 different apps in these repositories located in different branches and folders. Our goal is to merge them into one big project.

0 commit comments

Comments
 (0)