Fixed typo

This commit is contained in:
adosztal 2017-06-28 08:26:21 +02:00
parent 557ec8509c
commit 56040b7ff1

View File

@ -14,6 +14,6 @@ The /root folder is mount by default
First the base image has to be created:
```
docker build -t gns3/network_autmation:latest .
docker push gns3/network_autmation:latest (optional)
docker build -t gns3/network_automation:latest .
docker push gns3/network_automation:latest (optional)
```