diff --git a/README.md b/README.md index ef3500e1..1f83f055 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,6 @@ u′ = similar(u, length(t′)) interp(u′, t′) ``` -Indexing retrieves the underlying values: - -```julia -interp[4] # Gives the 4th value of u -``` - ## Available Interpolations In all cases, `u` an `AbstractVector` of values and `t` is an `AbstractVector` of timepoints