Skip to content

Commit

Permalink
Fix docs example typo (#39)
Browse files Browse the repository at this point in the history
* Remove '}' typo from erlang hosts example in README

* Fix formatting of example header in README
  • Loading branch information
ScrimpyCat authored and bitwalker committed Jan 21, 2018
1 parent e2bbc78 commit 654c226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand All @@ -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]]
```


Expand Down

0 comments on commit 654c226

Please sign in to comment.