Skip to content

Commit

Permalink
Fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Mar 25, 2023
1 parent f1d9802 commit 5e1e5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boa_examples/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 5e1e5f2

Please sign in to comment.