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.