Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ The library comes as an API that you can use for your own utilities and use-case
* In the [python](./bindings/python) subdirectory, you find a Python API including a
couple of [examples](./bindings/python/samples) to get started.
* There are a couple of external bindings, such as
* [Nodejs binding] by Maxime Journaux.
* [Nodejs binding] by Maxime Journaux
* [Nodejs/Typescript binding] by Alex Eden
* [Go binding] by Máximo Cuadros
* [Rust binding] by Vincent Pasquier

Expand Down Expand Up @@ -649,3 +650,4 @@ things, like this installation by Dirk in Scharbeutz, Germany:
[Nodejs binding]: https://github.com/zeitungen/node-rpi-rgb-led-matrix
[Go binding]: https://github.com/mcuadros/go-rpi-rgb-led-matrix
[Rust binding]: https://crates.io/crates/rpi-led-matrix
[Nodejs/Typescript binding]: https://github.com/alexeden/rpi-led-matrix