From cc1207172fb592d4a681a1dbf26d44c6e4a90552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frying=E2=98=86Pan?= <7706960+LeotomasMC@users.noreply.github.com> Date: Sun, 7 Aug 2022 01:12:18 -0400 Subject: [PATCH] Update readme.md --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 83d6d1c..47cac36 100644 --- a/readme.md +++ b/readme.md @@ -18,5 +18,6 @@ cd Cuttlefish haxelib install uuid haxelib install hxp haxelib run hxp --install-hxp-alias -hxp test neko``` -the last command `hxp test neko` will compile Cuttlefish for the Neko target, and then run the compiled output automatically. \ No newline at end of file +hxp test neko +``` +the last command `hxp test neko` will compile Cuttlefish for the Neko target, and then run the compiled output automatically.