We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085dd74 commit 56b08d0Copy full SHA for 56b08d0
service/account/README.md
@@ -9,7 +9,7 @@ graph LR;
9
A(fa:fa-user Account µS)--gRPC-->G(Greeter µS) & E(Emailer µS);
10
A & G & E -.-> L[Logger]
11
end
12
- A ==lockup==> SR[[fa:fa-database Service Registry]];
+ A ==lookup==> SR[[fa:fa-database Service Registry]];
13
style SR fill:#f9f,stroke:#333,stroke-width:4px
14
```
15
0 commit comments