Using IRlibrary IRrecvdemo = no results?

So i'm working on a project for which i need the values of the buttons on my IR (tv) remote...
I installed IRlibrary and put it in the libraries map, opened IRrecvdemo on my laptop in Arduino IDE.
I'm using that exact code, uploaded it into my arduino and opened the serial monitor.
Now, it should give me the values but im pressing buttons on my remote and nothing happens.
Does anyone know what this means?
Thank you if you want to help.
P.S.: this is my setup



Does anyone know what this means?

Yes, your wiring is wrong. The IRrecvDemo sketch expects the IR signal on pin 11 but you connected to pin 10.