diff --git a/README.md b/README.md index 55f3d7e..8a767df 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The new League client. Except it's on your phone. Mimic is a different UI for the new League client that renders on your phone as a webpage instead of an application on your computer. It allows you to go through the game setup flow (from lobby until the end of champ select) from the safety of your toilet seat. -This repository contains the source code for Mimic. [Looking for the page with features and downloads instead?](http://mimic.molenzwiebel.xyz/desktop) +This repository contains the source code for Mimic. [Looking for the page with features and downloads instead?](https://mimic.lol) ## Developing Mimic @@ -18,7 +18,7 @@ Mimic is composed of three different components: **web**, **conduit** and **rift - [**Conduit**](/conduit) is the Windows application that redirects client traffic to the mobile website. It is written in C# and uses Websockets to connect to both the LCU and the mobile client. -- [**Rift**](/rift) is a simple Node/Express application whose main purpose is to manage internal+external IP pairs. It is used for automatic conduit discovery. Rift is only included for completeness-sake and isn't an essential part of the Mimic "stack". +- [**Rift**](/rift) is a Node/Express application that is responsible for tunneling a `Web <-> Conduit` connection through a central server. It also keeps track of the 6-digit codes issued to clients, doing so by signing JWT tokens. It does not get into contact with any raw data, since all traffic is end-to-end encrypted. ## License