From f0fbbb390a3eeb2b7b3a64b60f7694ddd90a1314 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 16 Apr 2005 10:53:59 +0000 Subject: [PATCH] better sentence git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3961 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/tutorial.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/tutorial.but b/Docs/src/tutorial.but index 3e92fb42..f754c187 100644 --- a/Docs/src/tutorial.but +++ b/Docs/src/tutorial.but @@ -6,7 +6,7 @@ Most software packages you download or buy come with an installer. The installer NSIS is a tool for developers to create such installers. NSIS allows you to create everything from basic installers that just copy files to very complex installers that handle a lot of advanced tasks such as writing registry keys, settings environment variables, downloading the latest files from the internet, customizing the configuration file and more. NSIS is very flexible and its scripting language is easy to learn. -NSIS compiles all of the files and the installation script into one executable file, so your application will be easy to distribute. NSIS adds only about 34KB of code of its own (for the default configuration) to the data. NSIS has the smallest overhead available and still have a lot of options thanks to its powerful scripting language and support of external plug-ins. +NSIS compiles all of the files and the installation script into one executable file, so your application will be easy to distribute. NSIS adds only about 34KB of code of its own (for the default configuration) to the data. NSIS boasts the smallest overhead available while still providing a lot of options thanks to its powerful scripting language and support of external plug-ins. \H{tutscriptfiles} Script Files