From d209249969471350eb5af9efbb9abae4e5be5078 Mon Sep 17 00:00:00 2001 From: James Prevett Date: Fri, 29 Nov 2024 00:28:34 -0600 Subject: [PATCH] [0.0.2] Formatting --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 7286473..19fe416 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,3 @@ - # XSEA: Cross-Platform Single Executable Applications XSEA is a utility for generating Node.js Single Executable Applications (SEAs) cross-platform. At the moment, there is only a CLI, not an API. @@ -32,4 +31,4 @@ Generate executables for Windows on x64 and Arm: ```sh xsea src/my-program.js -o dist/my-program -t win-arm64 -t win-x64 -``` \ No newline at end of file +```