Skip to content

Commit

Permalink
Fix link to examples (#379)
Browse files Browse the repository at this point in the history
Fixes #378 

This fixes the link to the examples directory and also removes the
wording about 'various frameworks' since right now, we only show React
and it's a bit misleading.

Signed-off-by: Steve Ayers <sayers@buf.build>
  • Loading branch information
smaye81 committed Jun 26, 2024
1 parent ce2a008 commit f9500eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect-query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ This is the runtime library package for Connect-Query. You'll find its code gene

Connect-Query is a wrapper around [TanStack Query](https://tanstack.com/query) (react-query), written in TypeScript and thoroughly tested. It enables effortless communication with servers that speak the [Connect Protocol](https://connectrpc.com/docs/protocol).

To get started, head over to the [docs](https://github.com/connectrpc/connect-query-es) for a tutorial, or take a look at [our examples](https://github.com/connectrpc/connect-query-es/examples) for integration with various frameworks.
To get started, head over to the [docs](https://github.com/connectrpc/connect-query-es) for a tutorial, or take a look at [our examples](https://github.com/connectrpc/connect-query-es/tree/main/examples).

0 comments on commit f9500eb

Please sign in to comment.