Skip to content

Commit c84014f

Browse files
authored
Update README.md
1 parent e3b7762 commit c84014f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ More importantly: we can change `expression` throughout runtime, and expect the
100100
We can also compute gradients with the same speed:
101101

102102
```julia
103+
using Zygote # trigger extension
104+
103105
operators = OperatorEnum(;
104106
binary_operators=[+, -, *],
105107
unary_operators=[cos],

0 commit comments

Comments
 (0)