diff options
author | Anssi Eteläniemi <aetelani@hotmail.com> | 2021-04-24 16:45:40 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 09:45:40 -0400 |
commit | c14bd770860395b76e98ba5c11a6dd7dfe284a20 (patch) | |
tree | 156d27d1eebb0e6bd25efdc6ec31ccd820c84792 | |
parent | 13f7592b8a7a7f79e9d89117a1bdbeaf999622c4 (diff) |
docs: updated link (#10345)
-rw-r--r-- | core/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/README.md b/core/README.md index fc1fc3d31..a3177b292 100644 --- a/core/README.md +++ b/core/README.md @@ -21,7 +21,7 @@ function to trigger the "dispatch" callback in Rust. The user is responsible for encoding both the request and response into a Uint8Array. Documentation for this crate is thin at the moment. Please see -[http_bench_ops.rs](https://github.com/denoland/deno/blob/main/core/examples/http_bench_ops.rs) +[http_bench_json_ops.rs](https://github.com/denoland/deno/blob/main/core/examples/http_bench_json_ops.rs) as a simple example of usage. TypeScript support and a lot of other functionality is not available at this |