Skip to content

Commit 518d410

Browse files
authored
Update README.md
1 parent 10b0912 commit 518d410

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<p align="center">
2-
😋 A stupid simple YAML Parser.<br>From <code>YAML</code> to stringified <code>JSON</code> or <code>JsonNode</code>. Written in Nim language 👑
2+
😋 A stupid simple YAML Parser.<br>From <code>YAML</code> to stringified <code>JSON</code>, <code>JsonNode</code> or <code>Nim</code> objects via <code>pkg/jsony</code><br>
33
</p>
44

5-
## Nim YAML
6-
7-
`nimble install nyml`
8-
9-
![Github Actions](https://github.com/openpeep/nyml/workflows/test/badge.svg)
5+
<p align="center">
6+
<code>nimble install nyml</code>
7+
</p>
108

11-
[API reference](https://openpeep.github.io/nyml/)
9+
<p align="center">
10+
<a href="https://openpeeps.github.io/nyml/">API reference</a><br><br>
11+
<img src="https://github.com/openpeeps/nyml/workflows/test/badge.svg" alt="Github Actions"> <img src="https://github.com/openpeeps/nyml/workflows/docs/badge.svg" alt="Github Actions">
12+
</p>
1213

1314

1415
## 😍 Key Features

0 commit comments

Comments
 (0)