From e24fc4af9034b1f498b7075bd2bd535a1e7e01b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=A6=E5=A2=83=E8=BF=B7=E7=A6=BB?= Date: Wed, 24 Jan 2024 14:40:57 +0800 Subject: [PATCH] Fix readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 631ffde..7ac4117 100644 --- a/README.md +++ b/README.md @@ -76,15 +76,15 @@ To use the plugin quickly, you can download it from [Release Assets](https://git ## More information ### How to realize it -| plugin | library | Enhance Targets | -|------------------------|--------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------| -| cats-effect-v3x-plugin | cats-effect | `cats.effect.IOFiber` | -| zio-v2x-plugin | zio | `zio.internal.FiberRuntime`, `zio.Executor` | -| ziogrpc-v06rcx-plugin | zio-grpc | `scalapb.zio_grpc.ZChannel`
`scalapb.zio_grpc.server.ZServerCall`
`scalapb.zio_grpc.server.ZServerCallHandler` | -| ziohttp-v2x-plugin | zio-http | `zhttp.http.Http$PartialCollectHttp$` | -| caliban-v2x-plugin | caliban | `caliban.GraphQLInterpreter`, `caliban.wrappers.Wrapper` | -| executors-plugin | `java.util.concurrent.ThreadPoolExecutor` and its subclasses | `submit`, `schedule`, `execute` | -| ziocache-plugin | zio-cache | `zio.cache.Cache` | +| plugin | library | Enhance Targets | +|------------------------|--------------------------------------------------------------|-------------------------------------------------------------------------------------------------------| +| cats-effect-v3x-plugin | cats-effect | `cats.effect.IOFiber` | +| zio-v2x-plugin | zio | `zio.internal.FiberRuntime`, `zio.Executor` | +| ziogrpc-v06rcx-plugin | zio-grpc | `scalapb.zio_grpc.ZChannel`
`io.grpc.ServerCall`
`scalapb.zio_grpc.server.ZServerCallHandler` | +| ziohttp-v2x-plugin | zio-http | `zhttp.http.Http$PartialCollectHttp$` | +| caliban-v2x-plugin | caliban | `caliban.GraphQLInterpreter`, `caliban.wrappers.Wrapper` | +| executors-plugin | `java.util.concurrent.ThreadPoolExecutor` and its subclasses | `submit`, `schedule`, `execute` | +| ziocache-plugin | zio-cache | `zio.cache.Cache` | ### Available configurations | key | description |