Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Jun 24, 2023
1 parent d18d8b1 commit 6355bcd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ julia> struct Foo
y
end

julia> @functor Foo

julia> model = Foo(1, [1, 2, 3])
Foo(1, [1, 2, 3])

Expand All @@ -41,8 +39,6 @@ julia> struct Bar
x
end

julia> @functor Bar

julia> model = Bar(Foo(1, [1, 2, 3]))
Bar(Foo(1, [1, 2, 3]))

Expand Down

0 comments on commit 6355bcd

Please sign in to comment.