Skip to content

Commit

Permalink
doc: Syntax in GAN tutorial (FluxML#2230)
Browse files Browse the repository at this point in the history
Pkg.add() needs argument quoted.
  • Loading branch information
musoke authored and rgobbel committed Apr 25, 2023
1 parent 91bd4e9 commit b84a955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/2021-10-14-vanilla-gan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b84a955

Please sign in to comment.