Skip to content

Commit 47f8c31

Browse files
committed
Fix installation instructions
1 parent 67f12ba commit 47f8c31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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/NestedPermutedDimsArrays.jl")
15+
julia> Pkg.add(url="https://github.com/ITensor/NestedPermutedDimsArrays.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/NestedPermutedDimsArrays.jl")
16+
julia> Pkg.add(url="https://github.com/ITensor/NestedPermutedDimsArrays.jl")
1717
```
1818
=#
1919

0 commit comments

Comments
 (0)