diff --git a/docs/src/tutorials/2021-10-14-vanilla-gan.md b/docs/src/tutorials/2021-10-14-vanilla-gan.md index 74ee9ea1fb..f92ae54a8b 100644 --- a/docs/src/tutorials/2021-10-14-vanilla-gan.md +++ b/docs/src/tutorials/2021-10-14-vanilla-gan.md @@ -29,7 +29,7 @@ type `add MLDatasets` or perform this operation with the Pkg module like this ```julia > import Pkg -> Pkg.add(MLDatasets) +> Pkg.add("MLDatasets") ``` While [UnicodePlots](https://github.com/JuliaPlots/UnicodePlots.jl) is not necessary, it can be used to plot generated samples