Skip to content

Commit

Permalink
Update README.md (#404)
Browse files Browse the repository at this point in the history
closes #400
  • Loading branch information
hdavid16 authored Jun 29, 2022
1 parent 24e03bd commit e746c89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ load("example.jld2", "hello", "foo") # -> ("world", :bar)
### A new interface: jldsave

`jldsave` makes use of julia's keyword argument syntax to store files,
thus leveraging the parser and not having to rely on macros. To use it, write
thus leveraging the parser and not having to rely on macros. The new interface can be imported with `using JLD2`. To use it, write

```julia
using JLD2

x = 1
y = 2
z = 42
Expand Down

0 comments on commit e746c89

Please sign in to comment.