Skip to content

Commit b8836e7

Browse files
authored
Fix URL formatting in installation instructions
1 parent e47840c commit b8836e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pkg.add("TightBindingToolkit")
1616
Until the package is registered in the General registry, install via URL:
1717
```julia
1818
using Pkg
19-
Pkg.add(url="https://https://github.com/Toronto-Condensed-Matter-TheoryTightBindingToolkit.jl")
19+
Pkg.add(url="https://github.com/Toronto-Condensed-Matter-TheoryTightBindingToolkit.jl")
2020
```
2121

2222
## Features

0 commit comments

Comments
 (0)