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 +```