From 6cc84b1a4e08d0b78d12e5c5578ff89236579366 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 21 Nov 2024 17:33:50 -0500 Subject: [PATCH] Small README fix --- docs/src/index.md | 2 +- examples/README.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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") ``` =#