diff --git a/README.md b/README.md index 5d3ebc7..f9e6f4a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ JSON.print(io::IO, n::Nothing) JSON.print(io::IO, b::Bool) JSON.print(io::IO, a::AbstractDict) JSON.print(io::IO, v::AbstractVector) -JSON.print{T, N}(io::IO, v::Array{T, N}) +JSON.print(io::IO, v::Array) ``` Writes a compact (no extra whitespace or indentation) JSON representation