From c1fb5109058ea25e12ddfe8d911088db4e0d7a09 Mon Sep 17 00:00:00 2001 From: CrusherNotDrip Date: Fri, 14 Nov 2025 22:57:39 -0500 Subject: [PATCH] Recommanded->Recommended --- Hello-HashLink.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hello-HashLink.md b/Hello-HashLink.md index a243943..32024f5 100644 --- a/Hello-HashLink.md +++ b/Hello-HashLink.md @@ -43,7 +43,7 @@ Now that you have [installed](https://github.com/HeapsIO/heaps/wiki/Installation - ``-cp src`` Tells haxe where to search for your code files - ``-lib heaps`` Tells haxe to import the heaps library -- ``-lib format`` Tells haxe to import the format library containing Hashlink API for native image conversion (it is recommanded to install the lib with `haxelib git format https://github.com/HaxeFoundation/format`) +- ``-lib format`` Tells haxe to import the format library containing Hashlink API for native image conversion (it is recommended to install the lib with `haxelib git format https://github.com/HaxeFoundation/format`) - ``-lib hlsdl`` Tells haxe to import the hlsdl rendering library - ``-hl hello.hl`` Tells haxe to compile to hashlink bytecode in the project directory - ``-main Main`` Tells haxe that Main.hx is your entry point