Skip to content

Commit

Permalink
fix name of result file in example
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Jun 5, 2024
1 parent 48a495f commit f2d6c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/plotting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This function requires loading the `Plots` and `PDBTools` packages.
```julia-repl
julia> using ComplexMixtures, Plots, PDBTools
julia> results = load("mddf.jl")
julia> results = load("mddf.json")
julia> atoms = readPDB("system.pdb", "protein")
Expand Down

0 comments on commit f2d6c03

Please sign in to comment.