Skip to content

Commit f471d90

Browse files
Update README.md
1 parent c4801a6 commit f471d90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Credit to Chris Foster (@c4tf) for the implementation idea.
1616
## Example
1717

1818
```julia
19+
using RuntimeGeneratedFunctions
20+
RuntimeGeneratedFunctions.init(@__MODULE__)
21+
1922
function no_worldage()
2023
ex = :(function f(_du,_u,_p,_t)
2124
@inbounds _du[1] = _u[1]

0 commit comments

Comments
 (0)