Skip to content

Commit 42335b8

Browse files
authored
Update README.md
1 parent 4cc7987 commit 42335b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313

1414
---
1515

16-
DotMotif is a custom language that specializes in subgraph query notation. It looks like this:
16+
DotMotif is a library that identifies subgraphs or motifs in a large graph. It looks like this:
1717

1818
```yml
19+
# Look for all motifs of the form,
20+
1921
# Neuron A excites B:
2022
A -> B [type = "excitatory"]
2123
# ...and B inhibits C:

0 commit comments

Comments
 (0)