Skip to content

Commit f1050f8

Browse files
committed
Fix installation instructions
1 parent 2b85f27 commit f1050f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
```julia
1313
julia> using Pkg: Pkg
1414

15-
julia> Pkg.add("https://github.com/ITensor/TensorAlgebra.jl")
15+
julia> Pkg.add(url="https://github.com/ITensor/TensorAlgebra.jl")
1616
```
1717

1818
## Examples

examples/README.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
```julia
1414
julia> using Pkg: Pkg
1515
16-
julia> Pkg.add("https://github.com/ITensor/TensorAlgebra.jl")
16+
julia> Pkg.add(url="https://github.com/ITensor/TensorAlgebra.jl")
1717
```
1818
=#
1919

0 commit comments

Comments
 (0)