diff --git a/docs/src/index.md b/docs/src/index.md index e3c2e03..8d3396f 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -57,7 +57,7 @@ Los paquetes pueden ser instalados desde un script, con: ```julia import Pkg -Pkg.add("url=https://github.com/m3g/FundamentosDMC.jl") +Pkg.add(url="https://github.com/m3g/FundamentosDMC.jl") Pkg.add("Plots") ```