The method is the following and it's an altered version of Euler's method:
$$y_{n+1}=y_n+hf(x_n+h/2,y_n+hy'_n/2) $$
How can I prove its order of convergence? All I can get from my textbook is how I can prove Euler's method order. But the way it's done is starting from the Taylor series and its next term. But I can't do this here can I? Also, I don't quite get this method and what is going on in the parenthesis. How did this method come up?