diff --git a/readme.md b/readme.md
index 61c213ca937bba15a91c46cc8d90cb14c5a7eda1..eed17a790d9bb5decc867db97645cc13fee81dc7 100644
--- a/readme.md
+++ b/readme.md
@@ -6,7 +6,7 @@ The specialties of this component are
 
 * It was build to simplify http calls and handle http response for scripts
 * After making a request the response stays is in memory. There is no output to any file to grep something or to cleanup after usage.
-* Its functions feel a bit like class methods, i.e. http.getResponse to get tehe response body or http.getResponseHeader for the Http response header
+* Its functions feel a bit like class methods, i.e. http.getResponse to get the response body or http.getResponseHeader for the Http response header
 * This component wraps curl - ist supports any http method
 * works with anonymous requests and Basic Authentication
 * The response can be stored ... and reimported later. After import you can use the http.get* functions to fetch results from the former request.