about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2024-03-05 11:44:09 +0100
committerEmma [it/its]@Rory& <root@rory.gay>2024-03-05 11:44:09 +0100
commit98409a7ee34a2796cd5f760c962fee8567e8c6bb (patch)
treed953def2a38f7ee3e97d7743ca063d67e07f6501
parentFix repo URIs (diff)
downloadLibMatrix-98409a7ee34a2796cd5f760c962fee8567e8c6bb.tar.xz
Fix README
-rw-r--r--README.MD4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.MD b/README.MD
index b0370b4..31915d4 100644
--- a/README.MD
+++ b/README.MD
@@ -1,9 +1,9 @@
 # Rory&::LibMatrix
 
 An extensible C# library for the Matrix protocol. Primarily built around our own project needs, but we're open to contributions and improvements, especially around spec compliance.
-The library primarily targets .NET 7, but will update to .NET 8 once that's released. Preferably, we like to follow the latest release of .NET.
+The library currently targets .NET 8. We like to follow the latest release of .NET.
 
-ArcaneLibs can be found on [GitHub](https://github.com/TheArcaneBrony/ArcaneLibs.git). Personally we use the [MatrixRoomUtils project](https://git.rory.gay/matrix/MatrixRoomUtils.git/) as workspace, though improvements to make the library more easy to build outside of this would be appreciated.
+ArcaneLibs can be found on [GitHub](https://github.com/TheArcaneBrony/ArcaneLibs.git). Personally we use the [MatrixRoomUtils project](https://cgit.rory.gay/matrix/tools/MatrixRoomUtils.git/) as workspace, though improvements to make the library more easy to build outside of this would be appreciated.
 
 # Installation