Merge pull request #160 from celtic-coder/patch-1
Fabio Cevasco h3rald@h3rald.com
Thu, 25 Nov 2021 16:13:53 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
site/contents/about.md
→
site/contents/about.md
@@ -33,7 +33,7 @@ min's parser started off as a fork of Nim's JSON parser -- adapted to process a concatenative programming language with less primitive types than JSON. It is interpreted in the traditional sense: no bytecode, no JIT, just plain read, parse, and run.
## Who? -min was created and implemented by [Fabio Cevasco](https://h3rald.com), with contributions by [Peter Munch-Ellingsen](https://peterme.net), [Yanis Zafirópulos](https://github.com/drkameleon), and [baykus871](https://github.com/baykus871). +min was created and implemented by [Fabio Cevasco](https://h3rald.com), with contributions by [Peter Munch-Ellingsen](https://peterme.net), [Yanis Zafirópulos](https://github.com/drkameleon), and **baykus871**. Special thanks to [mwgkgk](https://github.com/mwgkgk) for contributing to the design of native dictionaries.