Fix indentation in README

This commit is contained in:
Rob Hanlon 2020-08-18 00:29:46 -07:00 committed by GitHub
parent 052b0746f8
commit 9cdd734d41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -365,7 +365,7 @@ Creates a network. The optional map accepts config values for enabling ipv6 and
```clojure
;;Create with config
(create-network {:ipv6 false
:driver "overlay")
:driver "overlay")
;;Create with default config
(create-network)