summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémy Faivre <contact@jeremyfa.com>2017-08-30 12:47:40 +0200
committerGitHub <noreply@github.com>2017-08-30 12:47:40 +0200
commitc0cbd05f1d70a63ddb2a9dc8a5d3547850d1cbf3 (patch)
treef897d9def9f190530f2cd22cbd09ab481b871739
parent51a74dc0c39d78af7c64e12eafef2711f31abb27 (diff)
downloadyamljs-c0cbd05f1d70a63ddb2a9dc8a5d3547850d1cbf3.tar.gz
Add explicit credits / thanks section in README.md
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8159b6b..7d0a48f 100644
--- a/README.md
+++ b/README.md
@@ -151,4 +151,10 @@ json2yaml myfile.json --indentation 4
# Watch a full directory and convert any JSON file into its YAML equivalent
json2yaml mydirectory --pretty --save --recursive
+```
+
+### Credits / Thanks
+
+- [Symfony Yaml Component](https://github.com/symfony/yaml) which was the reference implementation initially.
+- [minj](https://github.com/minj) who did fix various bugs and ported a first batch of unit tests in an earlier version of yamljs.