Open jqphu opened 1 year ago
This change is tiny but I ran into it when checking out the README so thought I'd throw our a PR.
The README uses createTRPCClient which has been deprecated in favor of createTRPCProxyClient. This is the call that is also used in the examples.
createTRPCClient
createTRPCProxyClient
For consistency, just switch to the non deprecated function createTRPCProxyClient.
This change is tiny but I ran into it when checking out the README so thought I'd throw our a PR.
The README uses
createTRPCClient
which has been deprecated in favor ofcreateTRPCProxyClient
. This is the call that is also used in the examples.For consistency, just switch to the non deprecated function
createTRPCProxyClient
.