1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00

Fix link to http_bench example in core README (#2167)

This commit is contained in:
Matt Harrison 2019-04-21 15:40:44 +01:00 committed by Ryan Dahl
parent df8fb60709
commit c08075053f

View file

@ -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