Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski authored Aug 9, 2023
1 parent e389319 commit 68e83e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ Example:
julia> using AwkwardArray
[ Info: Precompiling AwkwardArray [7d259134-7f60-4bf1-aa00-7452e11bde56]

julia> layout = AwkwardArray.ListOffsetArray{AwkwardArray.Index64, AwkwardArray.PrimitiveArray{Float64}}()
julia> layout = AwkwardArray.ListOffsetArray{
AwkwardArray.Index64, AwkwardArray.PrimitiveArray{Float64}
}()
0-element AwkwardArray.ListOffsetArray{Vector{Int64}, AwkwardArray.PrimitiveArray{Float64, Vector{Float64}}}

julia> sublayout = layout.content
Expand Down

0 comments on commit 68e83e8

Please sign in to comment.