Paul-Dieter Klumpp 8 年 前
コミット
1bf70d270a
1 ファイル変更1 行追加1 行削除
  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.