Skip to content

Commit d623a10

Browse files
committed
README: Break more indentation
1 parent 8e3e19b commit d623a10

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,12 @@ To add the RESP handler to a NIO Channel pipeline, the `configureRedisPipeline`
7676
method is called, e.g.:
7777

7878
```swift
79+
import NIORedis
80+
7981
bootstrap.channelInitializer { channel in
80-
channel.pipeline
81-
.configureRedisPipeline()
82-
.then { ... }
82+
channel.pipeline
83+
.configureRedisPipeline()
84+
.then { ... }
8385
}
8486
```
8587

0 commit comments

Comments
 (0)