README.md in drill-sergeant-0.1.1 vs README.md in drill-sergeant-0.1.2
- old
+ new
@@ -28,9 +28,17 @@
```ruby
drill.query("SELECT * FROM dfs.`/path/to/some/file.csvh`")
```
+## Reference
+
+Set timeouts
+
+```ruby
+Drill.new(open_timeout: 5, read_timeout: 120)
+```
+
## History
View the [changelog](https://github.com/ankane/drill-sergeant/blob/master/CHANGELOG.md)
## Contributing