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.