diff --git a/.gitmodules b/.gitmodules index c1b2061..6a29dee 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "rpi-rgb-led-matrix"] path = rpi-rgb-led-matrix - url = https://github.com/hzeller/rpi-rgb-led-matrix.git + url = https://github.com/gingters/rpi-rgb-led-matrix.git diff --git a/README.md b/README.md index ac26a8f..13601de 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,4 @@ An alternative take on [hzeller](https://github.com/hzeller)'s [rpi-rgb-led-matrix](https://github.com/hzeller/rpi-rgb-led-matrix) C# binding. -We use his library as a submodule, but add our own C# binding for .NET Core on top. - +We use (a fork of) his library as a submodule, but add our own interpretation of a C# binding for .NET Core on top.