Skip to content

Commit bd86929

Browse files
committed
Minor editing
1 parent 722bf70 commit bd86929

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ This module defines three data types for working with graphs:
2929
edges may be any subset of the vertex set.
3030

3131

32+
3233
Additional functionality can be found in these modules:
3334
+ [`DrawSimpleGraphs`](https://github.com/scheinerman/DrawSimpleGraphs.jl) for visualization.
3435
+ [`SimpleGraphAlgorithms`](https://github.com/scheinerman/SimpleGraphAlgorithms.jl)
3536
for functions relying on [integer] linear programming.
3637

37-
#### Not ready for prime time
38+
### Not ready for prime time
3839
In addition, we have:
3940
+ A nascent [`SimplePlanarGraphs`](https://github.com/scheinerman/SimplePlanarGraphs.jl) module with *extremely* limited functionality.
4041
+ An older [`SimpleGraphRepresentations`](https://github.com/scheinerman/SimpleGraphRepresentations.jl) module that I am not currently maintaining.

0 commit comments

Comments
 (0)