Paul-Dieter Klumpp 9 年之前
父节点
当前提交
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.