chore: fix readme.md

This commit is contained in:
2020-07-13 00:02:51 +08:00
parent aa6a98cd7a
commit 739c2a0ac8

View File

@@ -22,6 +22,6 @@ Build small binary:
Cross compile: Cross compile:
``` ```
% zig build-exe hello.zig --release-small --strip --single-threaded -target x86_64-windows % zig build-exe hello.zig --release-small --strip --single-threaded -target x86_64-windows
% ```