From 72bbbb75490e1a2325d3fe7a30cc526e901aea2b Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 6 Aug 2018 21:34:12 -0700 Subject: [PATCH] Add Moonlight PC reference to readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad7ae0b..bf75788 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Moonlight Streaming Core Library Moonlight-common-c contains the core GameStream client code shared between [Moonlight](http://moonlight-stream.com) clients, including -[Moonlight Chrome](https://github.com/moonlight-stream/moonlight-chrome), -[Moonlight iOS](https://github.com/moonlight-stream/moonlight-ios), and [Moonlight Android](https://github.com/moonlight-stream/moonlight-android). +[Moonlight PC](https://github.com/moonlight-stream/moonlight-qt), [Moonlight Android](https://github.com/moonlight-stream/moonlight-android), +[Moonlight iOS](https://github.com/moonlight-stream/moonlight-ios), and [Moonlight Chrome](https://github.com/moonlight-stream/moonlight-chrome). -If you are implementing your own Moonlight game streaming client that can use a C library, you will need the code here. +If you are implementing your own Moonlight game streaming client that can use a C library, you probably want the code here. ## Note to Developers