From 6f4a72fe2e9592d536bd160052f6301637552bbc Mon Sep 17 00:00:00 2001 From: Volodymyr Babchynskyy Date: Wed, 30 Dec 2020 00:37:54 -0800 Subject: [PATCH] Readme: added link to Klipper Signed-off-by: Volodymyr Babchynskyy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b492ce9..9b01822 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Moonraker - API Web Server for Klipper Moonraker is a Python 3 based web server that exposes APIs with which -client applications may use to interact with Klipper. Communcation between +client applications may use to interact with [Klipper](https://github.com/KevinOConnor/klipper). Communcation between the Klippy host and Moonraker is done over a Unix Domain Socket. Tornado is used to provide Moonraker's server functionality.