Skip to content

Commit

Permalink
Small README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 21, 2024
1 parent 08237ac commit 6cc84b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/README.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
```
=#

Expand Down

0 comments on commit 6cc84b1

Please sign in to comment.