Skip to content

Commit 819aff8

Browse files
committed
Use smallgraph instead of graphfamous
The graphfamous function of this package was deprecated a while ago and the karate was moved to LightGraphs.
1 parent 8bb16c3 commit 819aff8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ using GraphPlot
2525
# Usage
2626
## karate network
2727
```julia
28-
g = graphfamous("karate")
28+
using LightGraphs: smallgraph
29+
g = smallgraph(:karate)
2930
gplot(g)
3031

3132
```

0 commit comments

Comments
 (0)