Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Dec 7, 2022
1 parent 2f2e88a commit cb0b65f
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 cb0b65f

Please sign in to comment.