Skip to content

Commit 76352d5

Browse files
authored
fix typo in README.md
1 parent e692921 commit 76352d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ And we reconstruct our trained machine thus:
121121
```julia
122122
using MLFlowClient
123123
artifacts = MLFlowClient.listartifacts(service, run)
124-
mach2 = machine(artifact[1].filepath)
124+
mach2 = machine(artifacts[1].filepath)
125125
```
126126

127127
We can predict using the deserialized machine:

0 commit comments

Comments
 (0)