diff --git a/boa_examples/README.md b/boa_examples/README.md index 48f0b0737c9..c5c8dc5cbd1 100644 --- a/boa_examples/README.md +++ b/boa_examples/README.md @@ -1,8 +1,8 @@ # Examples of usage for `boa_engine` In this crate you can find examples of the usage of the Boa JavaScript engine. The simplest -example can be found in the [loadstring.rs][./src/bin/loadstring.rs] file. A similar example -that uses JavaScript stored in a file can be found in [loadfile.rs][./src/bin/loadfile.rs]. +example can be found in the [loadstring.rs](./src/bin/loadstring.rs) file. A similar example +that uses JavaScript stored in a file can be found in [loadfile.rs](./src/bin/loadfile.rs). You can also find examples of specific Rust APIs for arrays, maps, sets, typed arrays and much more.