Skip to content

Commit

Permalink
update README.md to be copy-able (#13)
Browse files Browse the repository at this point in the history
sorry for the small PR, but having a code copy-paste error is kind of disturbing.
  • Loading branch information
filchristou authored Jan 26, 2023
1 parent f7553c7 commit 6ec2766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pkg> add Multigraphs
## Examples

```julia
using Graphs, Multigraphs
julia> using Graphs, Multigraphs

# create a undirected multigraph with 3 vertices and 0 multiple edges
# use DiMultigraph for directed multigraphs
Expand Down

0 comments on commit 6ec2766

Please sign in to comment.