Browse Source

Fix Elixir config in documentation

The suggested Anti-Entropy config for Elixir produced a syntax error; this should resolve that.
Paul Geraghty 4 years ago
parent
commit
edfb7485c4
1 changed files with 3 additions and 2 deletions
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -512,9 +512,10 @@ In `config.exs` you can specify your anti-entropy settings:
 
 ```elixir
 config :syn,
-  anti_entropy:
-    registry: [interval: 300, interval_max_deviation: 60]
+  anti_entropy: [
+    registry: [interval: 300, interval_max_deviation: 60],
     groups: [interval: 300, interval_max_deviation: 60]
+  ]
 ```
 
 #### Erlang