Skip to content

Commit

Permalink
Update branch name
Browse files Browse the repository at this point in the history
Main is the branch name.

Also to trigger doc build action to test it.
  • Loading branch information
khosravipasha authored Apr 19, 2024
1 parent 90d19bb commit 757748f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ While in Pkg mode, run the following to install the latest release:
] add DirectedAcyclicGraphs
```

Similarly, to install from the latest commits on master branch, run:
Similarly, to install from the latest commits on main branch, run:

```julia
] add DirectedAcyclicGraphs#master
] add DirectedAcyclicGraphs#main
```

### Testing
Expand Down

0 comments on commit 757748f

Please sign in to comment.