Skip to content

Commit 1a41f68

Browse files
author
Matthäus Beyrle
committed
prettified readme
1 parent ca385c5 commit 1a41f68

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ This method works like the original YAML#load_file, by extending it with file in
3636

3737
### Examples
3838

39-
4039
```
4140
# start.yml
4241
extends: 'super.yml'
@@ -56,8 +55,10 @@ data:
5655
- 'Bananas'
5756
- 'Apples'
5857
```
59-
58+
#### Basic Inheritance
59+
```
6060
YAML.ext_load_file('start.yml')
61+
```
6162

6263
results in
6364

lib/yaml_extend/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module YamlExtend
2-
VERSION = '0.0.9'.freeze
2+
VERSION = '0.0.10'.freeze
33
end

0 commit comments

Comments
 (0)