diff --git a/README.md b/README.md index 1699794..3f434c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # json-rpc-ts -[![docs](https://shield.deno.dev/deno/docs)](https://doc.deno.land/https://github.com/YieldRay/json-rpc-ts/raw/main/src/index.ts) +[![deno.land/x](https://shield.deno.dev/x/json_rpc_ts)](https://deno.land/x/json_rpc_ts) A strictly typed json-rpc(2.0) implemention, zero dependency, minimal abstraction, with simple api diff --git a/mod.ts b/mod.ts new file mode 100644 index 0000000..6042c3b --- /dev/null +++ b/mod.ts @@ -0,0 +1 @@ +export * from "./src/index.ts" \ No newline at end of file