Skip to content

Commit 65ed176

Browse files
Update README.md
1 parent fca1578 commit 65ed176

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Results are saved in current directory by default or in the directory specified
1515

1616
## Installation
1717
```julia
18-
julia> using Pkg
19-
julia> Pkg.add(CSV, DataFrames, Plots, GraphRecipes)
20-
julia> Pkg.add(url="https://github.com/gisel-uninorte/SimpleDistributionPowerFlow.jl")
18+
julia> ]
19+
pkg> add CSV, DataFrames, Plots, GraphRecipes
20+
pkg> add https://github.com/gisel-uninorte/SimpleDistributionPowerFlow.jl
2121
```
2222

2323
## Configuration files
@@ -121,4 +121,4 @@ It only relies in [DataFrames](https://github.com/JuliaData/DataFrames.jl), [Plo
121121
Contributions, issues, and feature requests are welcome!
122122

123123
## License
124-
See [license](https://github.com/gisel-uninorte/SimpleDistributionPowerFlow.jl/blob/main/LICENSE)
124+
See [license](https://github.com/gisel-uninorte/SimpleDistributionPowerFlow.jl/blob/main/LICENSE)

0 commit comments

Comments
 (0)