Skip to content

Commit

Permalink
Integrate Iago's suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-lajaaiti committed Feb 22, 2023
1 parent bc24914 commit b583965
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Once you have successfully installed Julia,
you can install the library by running from a Julia REPL:

```julia
] add EcologicalNetworkDynamics
using Pkg
Pkg.add("EcologicalNetworksDynamics")
```

To check that the package installation went well,
Expand Down Expand Up @@ -54,7 +55,8 @@ and a minimal example to reproduce the error you encountered.

## How can I contribute?

The easiest way to contribute is to [open an issue](https://pkg-url/issues)
The easiest way to contribute is to
[open an issue](https://github.com/BecksLab/EcologicalNetworksDynamics.jl/issues)
if you spot a bug, a typo or can't manage to do something.
Another way is to fork the repository,
start working from the `dev` branch,
Expand Down
2 changes: 1 addition & 1 deletion src/EcologicalNetworksDynamics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Trophic networks only include feeding interactions,
while multiplex networks also include non-trophic interactions such as
interference between predators, or plant facilitation.
The basic workflow has been designed to be as simple as possible,
while remaining flexible for the experienced or adventurous user
while remaining flexible for the experienced or adventurous user
who would like to refine the model and its parameters.
Example of a simple workflow:
Expand Down

0 comments on commit b583965

Please sign in to comment.