Skip to content

Commit

Permalink
Fixed README to not say it does YAML.
Browse files Browse the repository at this point in the history
  • Loading branch information
harvzor committed Feb 3, 2020
1 parent 714e9e9 commit cf8b14d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ Fusion Markup Language combines the most popular markup languages into one langu
{
"person": {
<name>
firstName: "Harvey"
<firstName>Rick</firstName>
<lastName>Astley</lastName>
</name>
}
}
```

Fusion Markup Language allows you to embed `json`, `xml` and `yaml` in the same string, this new format is called **FML**.
Fusion Markup Language allows you to embed `json` and `xml` in the same string, this new format is called **FML**.

## How?

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"dependencies": {
"xml2js": "^0.4.23"
},
"version": "0.0.3"
"version": "0.0.4"
}

0 comments on commit cf8b14d

Please sign in to comment.