Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov authored Dec 15, 2023
1 parent 8f77884 commit 730903e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ReusableFunctions
=================
# ReusableFunctions

Automated storage and retrieval of results for Julia functions calls.
ReusableFunctions is a module of [MADS](http://madsjulia.github.io/Mads.jl).
Expand Down Expand Up @@ -34,7 +33,7 @@ julia> f_reuse(1)
1

# function call using ReusableFunctions function
# the second time f_reuse() is called he original function f() is NOT called
# the second time f_reuse() is called the original function f() is NOT called
# the already stored output from the first call is reported
julia> f_reuse(1)
1
Expand Down

0 comments on commit 730903e

Please sign in to comment.