README.md in embulk-input-redshift-0.2.3 vs README.md in embulk-input-redshift-0.3.0

- old
+ new

@@ -12,11 +12,11 @@ - **host**: database host name (string, required) - **port**: database port number (integer, 5439) - **user**: database login user name (string, required) - **password**: database login password (string, default: "") - **database**: destination database name (string, required) -- **schema**: destination name (string, default: "public") -- **table**: destination name (string, required) +- **schema**: destination schema name (string, default: "public") +- **table**: destination table name (string, required) - **select**: comma-separated list of columns to select (string, default: "*") - **where**: WHERE condition to filter the rows (string, default: no-condition) - **fetch_rows**: number of rows to fetch one time (used for java.sql.Statement#setFetchSize) (integer, default: 10000) - **options**: extra JDBC properties (hash, default: {})