readme: missed a couple mentions of configuration vs environment

pull/2/head
Liam Staskawicz 2012-12-24 12:14:19 -08:00
parent 5431e23861
commit 8c4171074b
1 changed files with 1 additions and 1 deletions

View File

@ -75,4 +75,4 @@ A sample dbconf.yml looks like
Here, `development` specifies the name of the environment, and the `driver` and `open` elements are passed directly to database/sql to access the specified database.
You may include as many configurations as you like, and you can use the `-env` command line option to specify which one to use. goose defaults to using a configuration called `development`.
You may include as many environments as you like, and you can use the `-env` command line option to specify which one to use. goose defaults to using an environment called `development`.