Skip to content

Commit 73f7fd0

Browse files
authored
improve clarity (#59)
1 parent 5531dee commit 73f7fd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ the `loadgraphs` functions. `loadgraph` returns a Graph object, while `loadgraph
2727
For example, an edgelist file could be loaded as:
2828

2929
```julia
30+
using GraphIO.EdgeList, Graphs
31+
3032
graph = loadgraph("path_to_graph/my_edgelist.txt", "graph_key", EdgeListFormat())
3133
```
3234

0 commit comments

Comments
 (0)