diff --git a/README.md b/README.md index 1565707..9d3ba12 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ In order to run own copy of the book with gitook using within container: ```bash docker image build \ --rm --squash \ - --label linux-insides \\ + --label linux-insides \ --tag linux-insides-book:latest \ -f Dockerfile ```