File tree 1 file changed +6
-1
lines changed
docs/src/components/Acknowledgment
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,12 @@ export default function Acknowledgment(): JSX.Element {
30
30
< li > Code formatter is roughly based on < a href = "http://community.schemewiki.org/?scheme-style" > scheme-style</ a > and GNU Emacs scheme mode.</ li >
31
31
< li > Some helpers in standard library are inspired by same functions from < a href = "https://ramdajs.com/" > RamdaJS library</ a > .</ li >
32
32
< 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 >
34
39
</ ul >
35
40
</ div >
36
41
) ;
You can’t perform that action at this time.
0 commit comments