diff --git a/README.md b/README.md
index cf441516fff77dbab537616547592657f60176ad..3592239ae4c01d34b444e4c6a7c87d102780be88 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,20 @@ cd noche
 pip install -e .
 ```
 
+## Quick test
+
+```python
+
+my_obs = "oarpaf" # Currently supported ['grt', 'opc', 'oarpaf', 'ogg', 'ossfoligno', 'abobservatory']
+
+from noche import Noche
+n = Noche()
+n.load_noctis_observatory(my_obs, "original.fits") 
+n.write_noctis_fits("file_with_new_header.fits")
+
+```
+
+
 ## Usage Example
 ```python
 from noche import Noche