Skip to content

Commit

Permalink
[ALL][NO-REF] - readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
fsanaulla committed Apr 6, 2018
1 parent c1bf59b commit 7f4cfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class InfluxSpec extends FlatSpec with InfluxHTTPConf with EmbeddedInfluxDB {

```
// Specs2
class InfluxSpec extends mutable.Specification with EmbeddedInfluxDB {
class InfluxSpec extends mutable.Specification with InfluxHTTPConf with EmbeddedInfluxDB {
// by default `httpPort`: 8086
// def httpPort: Int = 8086
Expand Down

0 comments on commit 7f4cfe5

Please sign in to comment.