From 654c2264e169eb1fa25f91cf27cec0347964d32e Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 22 Jan 2018 07:08:47 +1100 Subject: [PATCH] Fix docs example typo (#39) * Remove '}' typo from erlang hosts example in README * Fix formatting of example header in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f52a58..afc3e68 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ http://erlang.org/doc/man/net_adm.html#files: > File `.hosts.erlang` consists of a number of host names written as Erlang terms. It is looked for in the current work > directory, the user's home directory, and $OTP_ROOT (the root directory of Erlang/OTP), in that order. - #Example: +## Example: ```erlang 'super.eua.ericsson.se'. @@ -107,7 +107,7 @@ This can be configured using the following settings: config :libcluster, topologies: [ erlang_hosts_example: [ - strategy: Cluster.Strategy.ErlangHosts}]] + strategy: Cluster.Strategy.ErlangHosts]] ```