Readme: added link to Klipper

Signed-off-by: Volodymyr Babchynskyy <vvchik@gmail.com>
This commit is contained in:
Volodymyr Babchynskyy 2020-12-30 00:37:54 -08:00 committed by Eric Callahan
parent bdd270fa4a
commit 6f4a72fe2e
1 changed files with 1 additions and 1 deletions

View File

@ -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.