diff --git a/docs/src/index.md b/docs/src/index.md index ddf820d..1438199 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -16,7 +16,7 @@ EditURL = "../../examples/README.jl" ```julia julia> using Pkg: Pkg -julia> Pkg.add("https://github.com/ITensor/{PKGNAME}.jl") +julia> Pkg.add("https://github.com/ITensor/ITensorPkgSkeleton.jl") ``` ## Examples diff --git a/examples/README.jl b/examples/README.jl index 54f4437..f801d74 100644 --- a/examples/README.jl +++ b/examples/README.jl @@ -13,7 +13,7 @@ ```julia julia> using Pkg: Pkg -julia> Pkg.add("https://github.com/ITensor/{PKGNAME}.jl") +julia> Pkg.add("https://github.com/ITensor/ITensorPkgSkeleton.jl") ``` =#