Skip to content

Commit

Permalink
update readme and index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BatyLeo committed Jun 3, 2022
1 parent 4149723 commit 22c0efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ See the [documentation](https://batyleo.github.io/ConstrainedShortestPaths.jl) f
To install this package, open a julia REPL and run the following command in pkg mode:

```bash
add https://github.com/BatyLeo/ConstrainedShortestPaths.jl
add ConstrainedShortestPaths
```
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The [`generalized_constrained_shortest_path`](@ref) algorithm is able to solve t
To install this package, open a julia REPL and run the following command in pkg mode:

```bash
add https://github.com/BatyLeo/ConstrainedShortestPaths.jl
add ConstrainedShortestPaths
```

---
Expand Down

0 comments on commit 22c0efe

Please sign in to comment.