Skip to content

Commit

Permalink
Fix installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 28, 2024
1 parent 2b85f27 commit f1050f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
```julia
julia> using Pkg: Pkg

julia> Pkg.add("https://github.com/ITensor/TensorAlgebra.jl")
julia> Pkg.add(url="https://github.com/ITensor/TensorAlgebra.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/TensorAlgebra.jl")
julia> Pkg.add(url="https://github.com/ITensor/TensorAlgebra.jl")
```
=#

Expand Down

0 comments on commit f1050f8

Please sign in to comment.