From 5f716c48d71b0741ee62afb225ef39ddd353d22d Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Tue, 10 Aug 2021 07:36:16 -0700 Subject: [PATCH] Add some acknowledgments --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e656d93..5d04950 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,16 @@ Absolutely, please see [Contributing guide](CONTRIBUTING.md). * [TryItOnline](https://tio.run/) * [RyuGod](https://www.ryugod.com/) + +## Acknowledgements + +* A big thank you to [Mike Diarmid](https://github.com/Salakar) of + [Invertase](https://github.com/invertase) for being early sponsors + of the project by helping out with hosting costs! Thanks to Mike's + generous support I have the runway to get Riju stable enough for + everyone to use. +* Thank you to the maintainers of + [Monaco](https://github.com/microsoft/monaco-editor), + [node-pty](https://github.com/microsoft/node-pty), and + [Xterm.js](https://github.com/xtermjs/xterm.js/)! Without any one of + these open-source libraries, the core of Riju could not exist.