README.md in sql_query-0.5.0 vs README.md in sql_query-0.6.0

- old
+ new

@@ -80,9 +80,10 @@ ``` #### Special options * db_connection - If you want to change default connection to database you may do it for every query execution using this option. +* sql_file_path - it will override default path where gem will look for sql file. ### Methods - **execute** - executes query and returns result data. It accepts boolean argument. When argument is false it will run raw sql query instead of prepared_for_logs. - **explain** - runs explain for SQL from template