Add more information to Description in Readme.md

Change-Id: If8431c24524ec8e5dd92834b2341e6939c0d4e88
diff --git a/Readme.md b/Readme.md
index 7c3bbc4..01da70a 100644
--- a/Readme.md
+++ b/Readme.md
@@ -5,14 +5,13 @@
 [![Last commit](https://img.shields.io/github/last-commit/KorAP/PythonKorAPClient.svg)](https://github.com/KorAP/PythonKorAPClient/issues)
 [![GitHub closed issues](https://img.shields.io/github/issues-raw/KorAP/PythonKorAPClient.svg)](https://github.com/KorAP/PythonKorAPClient/issues)
 [![GitHub issues](https://img.shields.io/github/issues-closed-raw/KorAP/PythonKorAPClient.svg)](https://github.com/KorAP/PythonKorAPClient/issues)
-
 [![GitHub license](https://img.shields.io/github/license/KorAP/PythonKorAPClient)](https://github.com/KorAP/PythonKorAPClient/blob/master/LICENSE)
 ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/KorAPClient)
 ![PyPI - Downloads](https://img.shields.io/pypi/dm/KorAPClient)
 ## Description
-Python client package to access the [web service API](https://github.com/KorAP/Kustvakt/wiki) of the [KorAP Corpus Analysis Platform](https://korap.ids-mannheim.de/) developed at [IDS Mannheim](http://www.ids-mannheim.de/).
+Python client wrapper package to access the [web service API](https://github.com/KorAP/Kustvakt/wiki) of the [KorAP Corpus Analysis Platform](https://korap.ids-mannheim.de/) developed at [IDS Mannheim](http://www.ids-mannheim.de/).
 Currently, this is no native Python package. Internally, it uses [KorAP's client package for R](http://github.com/KorAP/RKorAPClient)
-via [rpy2](https://rpy2.github.io/). **Please note that with a native implementation the API might change.**
+via [rpy2](https://rpy2.github.io/). The latter also automatically translates between R data frames (or [tibbles](https://tibble.tidyverse.org/)) and [pandas DataFrames](https://pandas.pydata.org/pandas-docs/stable/getting_started/dsintro.html#dataframe). 
 
 ## Installation
 #### 1. Install R (version >= 3.5)