Skip to content

Commit 1f89838

Browse files
Update README.md
1 parent 8c378cd commit 1f89838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ quickjs_runtime = {git="https://github.com/HiRoFa/quickjs_es_runtime", features=
1919

2020
An example on how to embed a script engine in rust using this lib can be found here: [github.com/andrieshiemstra/ScriptExtensionLayerExample](https://github.com/andrieshiemstra/ScriptExtensionLayerExample). It was published in TWIR as a walkthrough.
2121

22-
Wuickjs_runtime focuses on making [quickjs](https://bellard.org/quickjs/) easy to use and does not add any additional features, that's where these projects come in:
22+
Quickjs_runtime focuses on making [quickjs](https://bellard.org/quickjs/) easy to use and does not add any additional features, that's where these projects come in:
2323
* A more feature-rich (e.g. fetch api support, http based module loader and much more) runtime: [GreenCopperRuntime](https://github.com/HiRoFa/GreenCopperRuntime).
2424
* The commandline client: [GreenCopperCmd](https://github.com/HiRoFa/GreenCopperCmd).
2525

0 commit comments

Comments
 (0)