Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniGuardiola committed Dec 21, 2023
1 parent ebbc428 commit 55e070b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ It also ships with a few transports: iframes, Electron, browser extensions, serv
- Flexible (no enforced client-server architecture).
- Promise-based with optional proxy APIs (`rpc.request.methodName(params)` and `rpc.send.messageName(content)`).
- Infers schema type from runtime request handlers.
- Optional lazy initialization (e.g. `rpc.setTransport(transport)`)
- Optional lazy initialization (e.g. `rpc.setTransport(transport)`).

## <a name='Gettingstarted'></a>Getting started

Expand Down

0 comments on commit 55e070b

Please sign in to comment.