Skip to content

Commit

Permalink
Fix broken Markdown headings
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 committed Apr 18, 2017
1 parent 16ebac5 commit c0a9a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,7 +14,7 @@ This application embeds the C yaml parser "[libyaml](http://pyyaml.org/wiki/LibY

# Example

###The yaml file...
### The yaml file...

# demo1.yaml
---
Expand Down Expand Up @@ -54,7 +54,7 @@ This application embeds the C yaml parser "[libyaml](http://pyyaml.org/wiki/LibY



###Load command...
### Load command...

3> yaml:load_file("test/yaml/demo1.yaml", [implicit_atoms]).

Expand Down

0 comments on commit c0a9a28

Please sign in to comment.