diff --git a/README.md b/README.md
index 7933afb0e34311006ecfa91f9d65f839ca1bf7b4..39b93e452a779af67b232cd05ad764dfea6f294d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,9 @@
 This collections of functions and tools are used to download and evaluated data related to the Infrared cameras, including thermocouples. 
 To install this libary, run the setup
 
- python setup.py install
\ No newline at end of file
+ python setup.py install
+ 
+ after installation you can call:
+ 
+ import downloadversionIRdata as IR
+ IR.get_started()
\ No newline at end of file