commit 4c9f31f49b2e3c8b029d8c56deb89e7308404911
parent f190f950f96e7a079bd447f442cf82aa3941f12b
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date: Wed, 21 Nov 2018 00:22:55 +1300
[~] Fix header level.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/readme.md b/readme.md
@@ -45,7 +45,7 @@ The http endpoints include a static file server to serve the UI, endpoints to cr
The UI code lives inside `cmd/desktop/ui`. Since the UI is coupled to the desktop application, it made sense to place it in this sub directory. `yarn` is used to develop and compile the Vue based UI.
-#### Building
+### Building
Package `cmd/build` is the build "script" designed to produce standalone artifacts, such as `Giffer.app` for Mac and `Giffer.exe` for Windows, ready for distribution.