Skip to content

Commit 6ec2766

Browse files
authored
update README.md to be copy-able (#13)
sorry for the small PR, but having a code copy-paste error is kind of disturbing.
1 parent f7553c7 commit 6ec2766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pkg> add Multigraphs
2525
## Examples
2626

2727
```julia
28-
using Graphs, Multigraphs
28+
julia> using Graphs, Multigraphs
2929

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

0 commit comments

Comments
 (0)