From 8528eb3aff22418710e23f5a13fdfc4a7e46a352 Mon Sep 17 00:00:00 2001 From: Arthur Henrique Date: Sun, 9 May 2021 11:29:25 -0300 Subject: [PATCH] doc: fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4966fd534..f6224386e2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The best open-source remote desktop client software, written in Rust. Works out [**BINARY DOWNLOAD**](https://github.com/rustdesk/rustdesk/releases) -## Dependences +## Dependencies Desktop versions use [sciter](https://sciter.com/) for GUI, please download sciter dynamic library yourself. @@ -25,7 +25,7 @@ Desktop versions use [sciter](https://sciter.com/) for GUI, please download scit ## How to build on Linux -### Ubuntu 18 (Debain 10) +### Ubuntu 18 (Debian 10) ``` sudo apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang libxcb-randr0-dev libxdo-dev libxfixes-dev libxcb-shape0-dev libxcb-xfixes0-dev libasound2-dev libpulse-dev cmake ```