Skip to content

Commit b3b4214

Browse files
authored
Update README to use LazyArtifacts
1 parent 0a02803 commit b3b4214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ git-tree-sha1 = "9ac5fb6863ecdce392c784302e2d3169918a23f2"
2121
Then access the data in Julia:
2222

2323
```julia
24-
using ArtifactUtils # or LazyArtifacts
24+
using LazyArtifacts
2525
datadir = @artifact "flight_data"
2626
# datadir now points to the extracted flight_data/ folder
2727
```

0 commit comments

Comments
 (0)