For a uniform grid
$$x_n = -1 + nh$$
where $h = \frac{2}{N}$ and the integration rule
$$I_N(f) = h\sum_{n=0}^{N-1}f(x_n)$$
which corresponds to a left hand Riemann sum or to integrating an interpolant in $\mathscr{S}_0^{-1}$, how would I show that this is an $\mathcal{O}(h)$ method?