Skip to content

Commit de15b13

Browse files
committed
add credits to @nielswijers
1 parent 0021126 commit de15b13

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/src/components/Acknowledgment/index.tsx

+6-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ export default function Acknowledgment(): JSX.Element {
3030
<li>Code formatter is roughly based on <a href="http://community.schemewiki.org/?scheme-style">scheme-style</a> and GNU Emacs scheme mode.</li>
3131
<li>Some helpers in standard library are inspired by same functions from <a href="https://ramdajs.com/">RamdaJS library</a>.</li>
3232
<li>Thanks to <a href="https://js.org/">JS.org</a> for providing free domain.</li>
33-
<li>Special thanks to <a href="https://github.com/lassik">Lassi Kortela</a> for helping with Scheme code.</li>
33+
<li>Special thanks:
34+
<ul>
35+
<li><a href="https://github.com/lassik">Lassi Kortela</a> for helping with Scheme code.</li>
36+
<li><a href="https://github.com/nielswijers">Niels Wijers</a> for handing over the <a href="https://www.npmjs.com/package/lips">lips npm name</a></li>
37+
</ul>
38+
</li>
3439
</ul>
3540
</div>
3641
);

0 commit comments

Comments
 (0)