From dd2a8044ea2c63966734aa8b1e0a5e00faf53c92 Mon Sep 17 00:00:00 2001 From: Jean Sirmai Date: Tue, 30 Mar 2021 15:11:50 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c2abd1..dca3990 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # gem-graph is for: GE-ometric directed M-ulti-GRAPH -. A geometric graph is a graph whose nodes have coordinates in a space +- A geometric graph is a graph whose nodes have coordinates in a space -. A graph is directed if its bonds are arrows +- A graph is directed if its bonds are arrows -. It is a multigraph if several arrows can be stacked from one node to another one +- It is a multigraph if several arrows can be stacked from one node to another one -. Note that 'directed' does not means 'oriented': a graph is oriented if one of its nodes is its root +- Note that 'directed' does not means 'oriented': a graph is oriented if one of its nodes is its root Geometric directed multigraphs have properties that make them suitable for the representation of complex phenomena,