Fix readme indentation
This commit is contained in:
parent
a8dd324474
commit
9e62446755
|
@ -7,6 +7,7 @@ as a slave and process binary log.
|
||||||
|
|
||||||
```go
|
```go
|
||||||
// import "github.com/localhots/bocadillo/reader"
|
// import "github.com/localhots/bocadillo/reader"
|
||||||
|
// import "github.com/localhots/bocadillo/reader/slave"
|
||||||
|
|
||||||
reader, _ := reader.New("root@(127.0.0.1:3306)/testdb", slave.Config{
|
reader, _ := reader.New("root@(127.0.0.1:3306)/testdb", slave.Config{
|
||||||
ServerID: 1000, // Arbitrary unique ID
|
ServerID: 1000, // Arbitrary unique ID
|
||||||
|
|
Loading…
Reference in New Issue