From 476e7c612bfd41363fa2ec50ad0015aa7f0e7eee Mon Sep 17 00:00:00 2001 From: Bryan <69793084+Ahhj93@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:46:00 +0100 Subject: [PATCH] Fix typo readme Signed-off-by: Bryan <69793084+Ahhj93@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4546e864..d290249a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The Pixel Streaming Infrastructure contains reference implementations for all th - A matchmaker, found in [`Matchmaker/`](Matchmaker/). - Several frontend projects for the WebRTC player and input, found in [`Frontend/`](Frontend/): - shared libraries for [communication](Frontend/library/) and [UI](Frontend/ui-library/) functionality - - separate [implementations](Frontend/implementations/) using different techologies such as TypeScript or React/JSX + - separate [implementations](Frontend/implementations/) using different technologies such as TypeScript or React/JSX For detailed information, see the [/frontend](/Frontend/).