Skip to content

Commit 30eab69

Browse files
Fix install code block
1 parent 8906ec5 commit 30eab69

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/src/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ Direct integration with [`EcologicalNetworksDynamics`](https://github.com/econet
99
Install with
1010

1111
```julia
12-
using Pkg; Pkg.add(url = "https://github.com/econetoolbox/EcoNetPlot.jl");
13-
```
14-
```
12+
using Pkg; Pkg.add(url = "https://github.com/econetoolbox/EcoNetPlot.jl")
1513
```
1614

15+
1716
### Plotting from an adjacency matrix
1817

1918
You have an adjacency matrix which represents an ecological networks, say, a food web.

0 commit comments

Comments
 (0)