From 58ad5782c18b19bed2e6cd19c55779fef0c3fd4e Mon Sep 17 00:00:00 2001 From: Sylvain Peyrefitte Date: Mon, 19 Jan 2015 11:07:52 +0100 Subject: [PATCH] Revert "Fix typos in README.md" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82a1c94..e5aade4 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 decompression algorithm which is implemented in C for performance purposes. +RDPY is fully implemented in python, except the bitmap uncompression 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 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 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 library