Paul-Dieter Klumpp há 9 anos atrás
pai
commit
1bf70d270a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ And yea, I still write batch scripts. Computers at work are on Windows.
 
 
 ## Files for Variables
-If you want a environment variable called 'JAVA_HOME', just name your file '```JAVA_HOME.01env```'. Put a single line inside that file. It will the value.
+If you want a environment variable called 'JAVA_HOME', just name your file '```JAVA_HOME.01env```'. Put a single line inside that file. It will be the value.
 
 ## Evaluation Order of env-Files
 Files with the extension '01env' are being evaluated first. After that evaluation run, the variables are being saved in memory. In the files, having the extension, '02env' you can then use the variables of the first run.