Skip to content

Commit b160fd1

Browse files
committed
Fix installation instructions
1 parent 109aab4 commit b160fd1

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
@@ -14,7 +14,7 @@ A module defining a set of basic types which are place holders for allocated bit
1414
```julia
1515
julia> using Pkg: Pkg
1616

17-
julia> Pkg.add("https://github.com/ITensor/UnspecifiedTypes.jl")
17+
julia> Pkg.add(url="https://github.com/ITensor/UnspecifiedTypes.jl")
1818
```
1919

2020
## Examples

examples/README.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
```julia
1616
julia> using Pkg: Pkg
1717
18-
julia> Pkg.add("https://github.com/ITensor/UnspecifiedTypes.jl")
18+
julia> Pkg.add(url="https://github.com/ITensor/UnspecifiedTypes.jl")
1919
```
2020
=#
2121

0 commit comments

Comments
 (0)