Skip to content

Commit c0cbd05

Browse files
authored
Add explicit credits / thanks section in README.md
1 parent 51a74dc commit c0cbd05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,10 @@ json2yaml myfile.json --indentation 4
151151

152152
# Watch a full directory and convert any JSON file into its YAML equivalent
153153
json2yaml mydirectory --pretty --save --recursive
154+
```
155+
156+
### Credits / Thanks
157+
158+
- [Symfony Yaml Component](https://github.com/symfony/yaml) which was the reference implementation initially.
159+
- [minj](https://github.com/minj) who did fix various bugs and ported a first batch of unit tests in an earlier version of yamljs.
154160

0 commit comments

Comments
 (0)