Skip to content

Commit fbea6e0

Browse files
committed
chore: fix link
1 parent ae94554 commit fbea6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
| [`@n1ru4l/in-memory-live-query-store`](packages/in-memory-live-query-store) | Live query implementation. | [![npm version](https://img.shields.io/npm/v/@n1ru4l/in-memory-live-query-store.svg)](https://www.npmjs.com/package/@n1ru4l/in-memory-live-query-store) [![npm downloads](https://img.shields.io/npm/dm/@n1ru4l/in-memory-live-query-store.svg)](https://www.npmjs.com/package/@n1ru4l/in-memory-live-query-store) |
2121
| [`@n1ru4l/graphql-live-query`](packages/graphql-live-query) | Utilities for live query implementations. | [![npm version](https://img.shields.io/npm/v/@n1ru4l/graphql-live-query.svg)](https://www.npmjs.com/package/@n1ru4l/graphql-live-query) [![npm downloads](https://img.shields.io/npm/dm/@n1ru4l/graphql-live-query.svg)](https://www.npmjs.com/package/@n1ru4l/graphql-live-query) |
2222
| [`@n1ru4l/graphql-live-query-patch-json-patch`](packages/graphql-live-query-patch-json-patch) | Reduce live query payload size with JSON patches | [![npm version](https://img.shields.io/npm/v/@n1ru4l/graphql-live-query-patch-json-patch.svg)](https://www.npmjs.com/package/@n1ru4l/graphql-live-query-patch-json-patch) [![npm downloads](https://img.shields.io/npm/dm/@n1ru4l/graphql-live-query-patch-json-patch.svg)](https://www.npmjs.com/package/@n1ru4l/graphql-live-query-patch-json-patch) |
23-
| [`@n1ru4l/graphql-live-query-patch-jsondiffpatch`](packages/graphql-live-query-patch-json-diff) | Reduce live query payload size with [`@n1ru4l/json-patch-plus`](https://github.com/n1ru4l/graphql-live-query/blob/main/packages/json-patch-plus) | [![npm version](https://img.shields.io/npm/v/@n1ru4l/graphql-live-query-patch-jsondiffpatch.svg)](https://www.npmjs.com/package/@n1ru4l/graphql-live-query-patch-jsondiffpatch) [![npm downloads](https://img.shields.io/npm/dm/@n1ru4l/graphql-live-query-patch-jsondiffpatch.svg)](https://www.npmjs.com/package/@n1ru4l/graphql-live-query-patch-jsondiffpatch) |
23+
| [`@n1ru4l/graphql-live-query-patch-jsondiffpatch`](packages/graphql-live-query-patch-jsondiffpatch) | Reduce live query payload size with [`@n1ru4l/json-patch-plus`](https://github.com/n1ru4l/graphql-live-query/blob/main/packages/json-patch-plus) | [![npm version](https://img.shields.io/npm/v/@n1ru4l/graphql-live-query-patch-jsondiffpatch.svg)](https://www.npmjs.com/package/@n1ru4l/graphql-live-query-patch-jsondiffpatch) [![npm downloads](https://img.shields.io/npm/dm/@n1ru4l/graphql-live-query-patch-jsondiffpatch.svg)](https://www.npmjs.com/package/@n1ru4l/graphql-live-query-patch-jsondiffpatch) |
2424
| [`@n1ru4l/socket-io-graphql-server`](packages/socket-io-graphql-server) | GraphQL over Socket.io - Server Middleware | [![npm version](https://img.shields.io/npm/v/@n1ru4l/socket-io-graphql-server.svg)](https://www.npmjs.com/package/@n1ru4l/socket-io-graphql-server) [![npm downloads](https://img.shields.io/npm/dm/@n1ru4l/socket-io-graphql-server.svg)](https://www.npmjs.com/package/@n1ru4l/socket-io-graphql-server) |
2525
| [`@n1ru4l/socket-io-graphql-client`](packages/socket-io-graphql-client) | GraphQL over Socket.io - Client | [![npm version](https://img.shields.io/npm/v/@n1ru4l/socket-io-graphql-client.svg)](https://www.npmjs.com/package/@n1ru4l/socket-io-graphql-client) [![npm downloads](https://img.shields.io/npm/dm/@n1ru4l/socket-io-graphql-client.svg)](https://www.npmjs.com/package/@n1ru4l/socket-io-graphql-client) |
2626
| [`todo-example-app`](packages/todo-example) | Todo App with state sync across clients. | - |

0 commit comments

Comments
 (0)