README.md: Use Elixir syntax hilighting in examples

This commit is contained in:
Jean-Sébastien Pédron 2016-11-13 17:42:27 +01:00
parent eab734da37
commit f9321f7844
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC

View File

@ -292,13 +292,13 @@ above:
version: 9.0-RELEASE-p3
```
Parsing in simple mode:
* Parsing in simple mode:
```elixir
Myapp.simple("system.yaml")
```
```
```elixir
# List of documents.
[
# List of mappings.
@ -312,13 +312,13 @@ Myapp.simple("system.yaml")
]
```
Parsing in detailed mode:
* Parsing in detailed mode:
```elixir
Myapp.detailed("system.yaml")
```
```
```elixir
# List of documents.
[
# Document with a list as its root node.