From 8e7e6cdcb473e4fe029d461f863f18ede91c13a0 Mon Sep 17 00:00:00 2001 From: r04r Date: Fri, 16 Jan 2015 18:08:19 +0100 Subject: [PATCH] Fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5aade4..82a1c94 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ RDPY provide RDP and VNC binaries : ## Build -RDPY is fully implemented in python, except the bitmap uncompression algorithm which is implemented in C for performance purposes. +RDPY is fully implemented in python, except the bitmap decompression algorithm which is implemented in C for performance purposes. ### Depends @@ -129,7 +129,7 @@ $ rdpy-rssplayer.py rss_file_path ## RDPY Qt Widget -RDPY can also be used as Qt widget throw rdpy.ui.qt4.QRemoteDesktop class. It can be embedded in your own Qt application. qt4reactor must be used in your app for Twisted and Qt to work together. For more details, see sources of rdpy-rdpclient. +RDPY can also be used as Qt widget through rdpy.ui.qt4.QRemoteDesktop class. It can be embedded in your own Qt application. qt4reactor must be used in your app for Twisted and Qt to work together. For more details, see sources of rdpy-rdpclient. ## RDPY library