Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Nov 12, 2024
1 parent d38e624 commit b4e4b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ First, add the package:
import Pkg
Pkg.add("Plots") # ≡ `PlotsBase` + `GR` backend

Pkg.add("PlotBase", "PythonPlot") # `PlotsBase` + `PythonPlot` backend, avoids installaing the `GR` backend
Pkg.add("PlotBase", "PythonPlot") # `PlotsBase` + `PythonPlot` backend, avoids installing the `GR` backend

# if you want the latest features:
Pkg.pkg"add Plots#master"
Expand Down

0 comments on commit b4e4b0d

Please sign in to comment.