Fix indentation in README
This commit is contained in:
parent
052b0746f8
commit
9cdd734d41
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ Creates a network. The optional map accepts config values for enabling ipv6 and
|
||||||
```clojure
|
```clojure
|
||||||
;;Create with config
|
;;Create with config
|
||||||
(create-network {:ipv6 false
|
(create-network {:ipv6 false
|
||||||
:driver "overlay")
|
:driver "overlay")
|
||||||
|
|
||||||
;;Create with default config
|
;;Create with default config
|
||||||
(create-network)
|
(create-network)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue