aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-05-22 14:31:44 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-05-22 14:31:44 +0200
commit28b661aa47dcdae680847635115c0e0b18a7c67b (patch)
tree0c11286296e3fd5393ff85877c64cc285b83860f
parent453b1c684e2c92fad41ad50fa7a2c9a184f960c5 (diff)
downloaddiplonat-28b661aa47dcdae680847635115c0e0b18a7c67b.tar.gz
diplonat-28b661aa47dcdae680847635115c0e0b18a7c67b.zip
Fix tag format
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index adddc2f..d77ad47 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,6 @@ To test the Consul Catalog part, you can do:
```bash
consul agent -dev #in a separate terminal, if not already running
-consul services register -name=example -port=1337 -tag="(diplonat ((port 1337) (port 1338)))"
+consul services register -name=example -port=1337 -tag="(diplonat (port 1337) (port 1338 1339))"
consul services -id=example
```