README.md in apartment-0.17.3 vs README.md in apartment-0.18.0

- old
+ new

@@ -31,11 +31,11 @@ Before you can switch to a new apartment database, you will need to create it. Whenever you need to create a new database, you can run the following command: Apartment::Database.create('database_name') -Apartment will create a new database in the following format: "_environment_\_database_name". -In the case of a sqlite database, this will be created in your 'db/migrate' folder. With +If you're using the [prepend environment](https://github.com/influitive/apartment#handling-environments) config option or you AREN'T using Postgresql Schemas, this will create a database in the following format: "#{environment}\_database_name". +In the case of a sqlite database, this will be created in your 'db/' folder. With other databases, the database will be created as a new DB within the system. When you create a new database, all migrations will be run against that database, so it will be up to date when create returns. \ No newline at end of file