diff --git a/README.md b/README.md index c9e85db..71f8791 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ CLI, easy way to illustrate local network interface. The intent is for understanding container networks :D -![networ-devices](./img/sample.png) +![networ-devices](./sample.jpg) ## example ``` @@ -41,7 +41,7 @@ or # dot -Tpng xx.dot > output.png ``` example: -![networ-devices](./img/sample.png) +![networ-devices](./sample.jpg) ### prequisite Create an ouput image with any [graphviz](http://www.graphviz.org/download) compatible renderer diff --git a/img/sample.png b/img/sample.png deleted file mode 100644 index 1d88fa1..0000000 Binary files a/img/sample.png and /dev/null differ diff --git a/sample.jpg b/sample.jpg new file mode 100644 index 0000000..dc6c24b Binary files /dev/null and b/sample.jpg differ