From 6d22b0b901a36a2fa68c6a195c402b0a551e4c9d Mon Sep 17 00:00:00 2001 From: Jeramy Singleton Date: Thu, 11 Oct 2018 08:58:40 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46bc850..9a8bcea 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ The final self-contained single binary application consists of two parts: 1) run -`warp-runner` is a stub application that knows how to find the compressed payload within its own binary, perform exraction to a local cache and execute the target application. +`warp-runner` is a stub application that knows how to find the compressed payload within its own binary, perform extraction to a local cache and execute the target application. The extraction process only happens the first time the application is ran, or when the self-contained application binary is updated.