diff options
Diffstat (limited to 'core')
-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 516606961..a5c20f79e 100644 --- a/core/README.md +++ b/core/README.md @@ -9,7 +9,7 @@ trait, and by doing so define any "built-in" functionality that would be provided by the VM. Ops are triggered by `Deno.core.dispatch()`. Documentation for this crate is thin at the moment. Please see -[http_bench.rs](https://github.com/denoland/deno/blob/master/core/http_bench.rs) +[http_bench.rs](https://github.com/denoland/deno/blob/master/core/examples/http_bench.rs) as a simple example of usage. TypeScript support and a lot of other functionality is not available at this |