From 35d0881a5fb34da8783f45af06c48fcd32ff9f87 Mon Sep 17 00:00:00 2001 From: Diego Giagio Date: Wed, 10 Oct 2018 11:19:55 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5437a4b..46bc850 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ The final self-contained single binary application consists of two parts: 1) run The extraction process only happens the first time the application is ran, or when the self-contained application binary is updated. -`warp-packer` is a CLI application that's used to create the self-contained application binary by downloading the correct `warp-runner` for the chosen platform, compressing the target application and generating the final application. +`warp-packer` is a CLI application that's used to create the self-contained application binary by downloading the matching `warp-runner` for the chosen platform, compressing the target application and its dependencies, and generating the final self-contained binary. ### Performance The performance characteristics of the generated self-contained application is roughly the same of original application, except for the first time it's ran as the target application and its dependencies have to be decompressed to a local cache.