Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrieshiemstra committed Apr 29, 2024
1 parent bcbf07f commit 90dc1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ quickjs_runtime runs all javascript action in a single thread using an EventLoop

# quickjs or quickjs-ng

quickjs_runtime supporta both the original quickjs and the quickjs-ng project.
quickjs_runtime supports both the original quickjs and the quickjs-ng project.

You can try out quickjs-ng by adding the dep to quickjs_runtime like this (use at your own risk as I have not extensively tested it yet):
```toml
Expand Down Expand Up @@ -95,4 +95,4 @@ Here are some quickstarts:
* [eval a script](https://hirofa.github.io/quickjs_es_runtime/quickjs_runtime/facades/struct.QuickJsRuntimeFacade.html#method.eval)

The quickjs Api utils:
* [quickjs_utils](https://hirofa.github.io/quickjs_es_runtime/quickjs_runtime/quickjs_utils/index.html)
* [quickjs_utils](https://hirofa.github.io/quickjs_es_runtime/quickjs_runtime/quickjs_utils/index.html)

0 comments on commit 90dc1fe

Please sign in to comment.