Skip to content

Commit 44f1b8f

Browse files
committed
Update namings: safeRPC
1 parent 452f168 commit 44f1b8f

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Think tRPC, but transport-agnostic and encrypted by default.
1212
npm install @dotex/saferpc
1313
```
1414

15-
![Safe RPC](saferpc.png)
15+
![Safe RPC](banner.png)
1616

1717
- **Full docs and rationale:** <https://dotex.org/epic/saferpc>
1818
- [Quickstart](./spec/getting-started.md) · [API](./spec/api.md) · [Wire Protocol](./spec/protocol.md) · [Security](./spec/security.md) · [Transports](./spec/integrations.md)
File renamed without changes.

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
Two peers talking securely. Define your API as typed procedures. Every call is end-to-end encrypted. No TLS, no transport-layer trust. Either peer can serve and call on the same channel.
2020

21-
![Safe RPC](saferpc.png)
21+
![Safe RPC](banner.png)
2222

2323
## What it is
2424

0 commit comments

Comments
 (0)