consistency

This commit is contained in:
David Dollar
2011-08-18 12:54:17 -04:00
parent 3b8fec463d
commit 6ad344d214
2 changed files with 2 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ $ foreman check
.IP "" 0
.
.SH "ENVIRONMENT"
If a \fB\.env\fR file exists in the project directory, the default environment will be read from it\. This file should contain key/value pairs, separated by \fB=\fR, with one key/value pair per line\.
If a \fB\.env\fR file exists in the current directory, the default environment will be read from it\. This file should contain key/value pairs, separated by \fB=\fR, with one key/value pair per line\.
.
.IP "" 4
.

View File

@@ -116,7 +116,7 @@ You can validate your Procfile format using the `check` command
## ENVIRONMENT
If a `.env` file exists in the project directory, the default environment will
If a `.env` file exists in the current directory, the default environment will
be read from it. This file should contain key/value pairs, separated by `=`, with
one key/value pair per line.